Add Python 3.7 to Tox and Travis

This commit is contained in:
Joakim Soderlund 2018-08-06 18:40:23 +02:00
parent 6196123446
commit 5acad0057d
2 changed files with 3 additions and 0 deletions

View file

@ -2,5 +2,6 @@ sudo: false
language: python
python:
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox

View file

@ -1,10 +1,12 @@
[tox]
envlist =
py36
py37
[travis]
python =
3.6: py36
3.7: py37
[testenv]
deps = -rrequirements.txt