Move mock to test-only dependencies.

main
Vincent Driessen 11 years ago
parent e76020d894
commit 1f423436a5

@ -1,2 +1 @@
redis
mock

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

Loading…
Cancel
Save