Skip to content

Commit

Permalink
Travis: Default to Python 3.6 and enable 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 29, 2018
1 parent b3473b3 commit fd45982
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
- env: GROUP=2
python: 2.7
- env: GROUP=1
python: 3.7
python: 3.6
- env: GROUP=2
python: 3.7

python: 3.6
# Complete checking for ensuring compatibility
# PyPy
- stage: secondary
Expand All @@ -38,11 +37,15 @@ jobs:
python: pypy
- env: GROUP=2
python: pypy
# Older Supported CPython
# Other Supported CPython
- env: GROUP=1
python: 3.6
python: 3.7
dist: xenial
sudo: required
- env: GROUP=2
python: 3.6
python: 3.7
dist: xenial
sudo: required
- env: GROUP=1
python: 3.5
- env: GROUP=2
Expand Down

0 comments on commit fd45982

Please sign in to comment.