Added Python 3.7 build in Travis
This commit is contained in:
parent
70bba5fc96
commit
37282ed9d5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
install: "pip install -r .travis.requirements"
|
install: "pip install -r .travis.requirements"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue