Add Python 3.7 to tox and travis

This commit is contained in:
Mike Naberezny 2019-08-15 02:37:02 -07:00
parent 95856ae37c
commit 4b67a3133f
2 changed files with 5 additions and 2 deletions

View File

@ -10,9 +10,12 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- python: pypy
env: TOXENV=pypy
install:
- travis_retry pip install virtualenv tox
- travis_retry pip install virtualenv tox
script:
- travis_retry tox

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py27,py34,py35,py36,pypy
py27,py34,py35,py36,py37,pypy
[testenv]
commands =