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 language: python
python: python:
- "3.6" - "3.6"
- "3.7"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox

View file

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