Remove 3.7 from Travis config

This commit is contained in:
Brent O'Connor 2019-06-26 13:50:57 -05:00
parent 353a6d7a22
commit 5a4b0a51cc

View file

@ -5,7 +5,7 @@ language: python
python:
- "2.7"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox