Update Python versions on Travis CI

This commit is contained in:
Pradyun Gedam 2019-07-31 12:29:04 +05:30 committed by GitHub
parent 69706e8b2b
commit 66d5486b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
language: python
cache: pip
dist: xenial
python: 3.6
python: 3.7
addons:
apt:
packages:
@ -27,9 +27,7 @@ jobs:
- env: GROUP=2
python: 2.7
- env: GROUP=1
python: 3.6
- env: GROUP=2
python: 3.6
# Complete checking for ensuring compatibility
# PyPy
@ -44,9 +42,9 @@ jobs:
python: pypy2.7-6.0
# Other Supported CPython
- env: GROUP=1
python: 3.7
python: 3.6
- env: GROUP=2
python: 3.7
python: 3.6
- env: GROUP=1
python: 3.5
- env: GROUP=2