Added python3.7 to Travis build

This commit is contained in:
Fabio Manganiello 2018-09-26 22:40:22 +02:00
parent 7ec6221a7f
commit aab88a3ea1
1 changed files with 1 additions and 0 deletions

View File

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