use xenial distribution for python 3.7 support in travis

This commit is contained in:
Brian Muller 2019-01-09 11:34:37 -05:00
parent 3e7cc3b172
commit 0953e0edb2

View File

@ -1,6 +1,9 @@
language: python language: python
python: python:
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
dist:
- xenial
install: pip install . && pip install -r dev-requirements.txt install: pip install . && pip install -r dev-requirements.txt
script: py.test script: py.test