Skip to content

Commit

Permalink
Include pytest in test dependencies.;
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Sep 23, 2015
1 parent f274081 commit 7a47cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist = py27,py33,py34
[testenv]
deps=
py27:mock>=1.3.0 ; we used the builtin mock on Python 3.3+
pytest
werkzeug
gevent
requests
Expand Down

0 comments on commit 7a47cc2

Please sign in to comment.