mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 19:51:34 +01:00
update .travis.yml
- remove any 'dist: xenial' - add Python 3.7 and 3.8 to the default build list - run "results" tests with Python 3.8
This commit is contained in:
parent
edc080468d
commit
977026c5ad
@ -3,19 +3,16 @@ python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "pypy3"
|
||||
env:
|
||||
- GALLERYDL_TESTS=core
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
- python: "3.8-dev"
|
||||
dist: xenial
|
||||
- python: "3.6"
|
||||
- python: "3.8"
|
||||
env: GALLERYDL_TESTS=results
|
||||
- language: minimal
|
||||
dist: xenial
|
||||
env: GALLERYDL_TESTS=snap
|
||||
addons:
|
||||
snaps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user