Don't use pytest 3.3+ because it removed support for Python 3.3

This commit is contained in:
Dave Halter
2017-12-14 22:29:13 +01:00
parent 6ee361864c
commit 62915686af

View File

@@ -2,7 +2,7 @@
envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps =
pytest>=2.3.5
pytest>=2.3.5, < 3.3
pytest-cache
# docopt for sith doctests
docopt