Added Python 3.7 to Travis/Tox.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall
2018-10-24 16:12:30 +11:00
parent 69c9c5c769
commit 02b0d2d2ea
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