enable Python 3.7 for Travis CI tests

pull/133/head
Mike Fährmann 6 years ago
parent a74591b84b
commit 792135a339
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -7,6 +7,9 @@ env:
- GALLERYDL_TESTS=core
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.6"
env: GALLERYDL_TESTS=results

Loading…
Cancel
Save