Skip to content

Commit 02b0d2d

Browse files
committed
Added Python 3.7 to Travis/Tox.
Signed-off-by: Brett Randall <[email protected]>
1 parent 69c9c5c commit 02b0d2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ matrix:
88
env: TOXENV=py27
99
- python: 3.6
1010
env: TOXENV=py36
11+
- python: 3.7
12+
env: TOXENV=py37
13+
dist: xenial
14+
sudo: true
1115

1216
install:
1317
- travis_retry pip install tox

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py36
2+
envlist = py27,py36,py37
33

44
[testenv]
55
commands=python test_httpbin.py

0 commit comments

Comments
 (0)