Skip to content

Commit e886214

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
sudo: false
1+
sudo: true
2+
dist: xenial
23
language: python
34
python:
45
- "2.7"
56
- "3.5"
67
- "3.6"
7-
- "nightly"
8+
- "3.7"
89
install: pip install tox-travis
910
script: tox
1011
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)