Skip to content

Commit 7b7888c

Browse files
committed
Revert "tox: Start testing Python 3.7"
This reverts commit 58ae072. Python 3.7 is still unsupported by Travis [1]. [1] travis-ci/travis-ci#9815 Signed-off-by: Stephen Finucane <[email protected]>
1 parent 58ae072 commit 7b7888c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python:
66
- 3.4
77
- 3.5
88
- 3.6
9-
- 3.7
109
- pypy
1110
install:
1211
- pip install tox-travis

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = py{27,34,35,36,37,py},style,docs
3+
envlist = py{27,34,35,36,py},style,docs
44

55
[testenv]
66
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)