Fix Travis so it works with Python 3.7

This commit is contained in:
Brent O'Connor 2019-06-26 13:29:10 -05:00
parent c1a0e3a288
commit b9dd8fa80a

View file

@ -1,7 +1,9 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
branches:
only: