Skip to content

Commit

Permalink
Make hypothesis not install on py26.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayrx committed Mar 22, 2015
1 parent 62cff38 commit 0741c94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ commands =
coverage run --source=aead -m pytest --capture=no --strict {posargs}
coverage report -m

[testenv:py26]
deps =
coverage
pytest
commands =
coverage run --source=aead -m pytest --capture=no --strict {posargs}
coverage report -m

[testenv:pep8]
deps =
Expand Down

0 comments on commit 0741c94

Please sign in to comment.