Temporarily disable Python 3.7 from Travis build
Currently Travis doesn't support Python 3.7 yet, but this should be addressed soon: https://github.com/travis-ci/travis-ci/issues/9815
This commit is contained in:
parent
0f1cc0900c
commit
867dc24f83
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
# - "3.7" # TODO: Re-enable after https://github.com/travis-ci/travis-ci/issues/9815 is fixed
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
|
|
Loading…
Reference in a new issue