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:
Samuel Dion-Girardeau 2018-07-14 16:28:15 -04:00
parent 0f1cc0900c
commit 867dc24f83

View file

@ -4,7 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# - "3.7" # TODO: Re-enable after https://github.com/travis-ci/travis-ci/issues/9815 is fixed
sudo: false
install:
- pip install tox-travis