use xenial distribution for python 3.7 support in travis
This commit is contained in:
parent
3e7cc3b172
commit
0953e0edb2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user