Added Python 3.7 build in Travis

This commit is contained in:
Fabio Manganiello 2019-06-26 11:27:42 +02:00
parent 70bba5fc96
commit 37282ed9d5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
language: python
dist: xenial
python:
- "3.6"
- "3.7"
install: "pip install -r .travis.requirements"