Skip to content

Commit

Permalink
Don't use pytest 3.3+ because it removed support for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Dec 14, 2017
1 parent 6ee3618 commit 6291568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit 6291568

Please sign in to comment.