Update tests to run using Python 3.7

This commit is contained in:
Samuel Dion-Girardeau 2018-07-12 21:24:27 -04:00
parent 5981884cd2
commit 2c334fc19f
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
sudo: false
install:
- pip install tox-travis

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, flake8
envlist = py27, py34, py35, py36, py37, flake8
[testenv]
setenv =