Don't use py37 in tox but on travis

This commit is contained in:
Dave Halter
2017-11-05 14:34:09 +01:00
parent 5c1e953c17
commit 2ca629a2f6
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
matrix:
allow_failures:

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36, py37
envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=3.0.7