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.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
- pypy - pypy
matrix: matrix:
allow_failures: allow_failures:

View File

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