We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c9c5c commit 02b0d2dCopy full SHA for 02b0d2d
.travis.yml
@@ -8,6 +8,10 @@ matrix:
8
env: TOXENV=py27
9
- python: 3.6
10
env: TOXENV=py36
11
+ - python: 3.7
12
+ env: TOXENV=py37
13
+ dist: xenial
14
+ sudo: true
15
16
install:
17
- travis_retry pip install tox
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py27,py36
+envlist = py27,py36,py37
3
4
[testenv]
5
commands=python test_httpbin.py
0 commit comments