Disable Python 3.7 for Travis temporarily

This commit is contained in:
Joakim Soderlund 2018-08-06 18:59:20 +02:00
parent 5acad0057d
commit a4f8afa7ce

View file

@ -2,6 +2,5 @@ sudo: false
language: python language: python
python: python:
- "3.6" - "3.6"
- "3.7"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox