Don't use a newer pytest version

Otherwise python 3.3 and 2.6 are not working anymore
This commit is contained in:
Dave Halter
2017-12-30 18:07:58 +01:00
parent 085aad3038
commit 73439d5863

View File

@@ -2,7 +2,7 @@
envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=3.0.7
pytest>=3.0.7, < 3.3
# For --lf and --ff.
pytest-cache
setenv =