Move mock to test-only dependencies.

main
Vincent Driessen 11 years ago
parent e76020d894
commit 1f423436a5

@ -1,2 +1 @@
redis redis
mock

@ -3,9 +3,12 @@ envlist=py26,py27,py33,pypy
[testenv] [testenv]
commands=py.test [] commands=py.test []
deps=pytest deps=
pytest
mock
[testenv:py26] [testenv:py26]
deps= deps=
pytest pytest
unittest2 unittest2
mock

Loading…
Cancel
Save