Recognize the existence of Python 3.7

(The tests don't pass yet, see #205.)
This commit is contained in:
Marius Gedminas 2019-09-04 14:08:20 +03:00
parent 9fb1cc98c7
commit 3fc44c30db

View file

@ -3,6 +3,7 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install:
- pip install tox-travis coveralls
@ -18,3 +19,4 @@ matrix:
allow_failures:
- python: "3.5"
- python: "3.6"
- python: "3.7"