Travis CI for Python 3.7

This commit is contained in:
micw523 2018-11-09 20:22:11 -06:00
parent 949c39e662
commit 2f3247b837
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36-functional
- python: 3.7
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-functional
install:
- pip install tox

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, py34, py35, py36
envlist = py27, py34, py35, py36, py37
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*