Merge pull request #518 from javabrett/travis-tox-py37

Added Python 3.7 to Travis/Tox
This commit is contained in:
Nate Prewitt
2018-10-23 22:24:15 -07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ matrix:
env: TOXENV=py27
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
install:
- travis_retry pip install tox
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36
envlist = py27,py36,py37
[testenv]
commands=python test_httpbin.py