Skip to content

Commit 4f72236

Browse files
committed
Run tests against Python 3.7, rather than nightly
1 parent b17dde4 commit 4f72236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7-
- "nightly"
7+
- "3.7"
88
install: pip install tox-travis
99
script: tox
1010
notifications:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35, py36
2+
envlist = py27, py35, py36, py37
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)