Skip to content

Commit

Permalink
travis conf fix for py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed May 9, 2019
1 parent cd0e897 commit c7065f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'

# Travis python3.7 workaround
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install tox
Expand Down

0 comments on commit c7065f3

Please sign in to comment.