Skip to content

Commit

Permalink
Add travis testing for python 3.7 and 3.8 and remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Mar 3, 2020
1 parent e4288ca commit 49282e9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ language: python
python:
- "2.7"
- "3.6"

# Enable 3.7 without globally enabling sudo and xenial for other build jobs
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- "3.7"
- "3.8"
script: python tests/all_tests.py

0 comments on commit 49282e9

Please sign in to comment.