Move mock to test-only dependencies.

This commit is contained in:
Vincent Driessen 2014-05-06 15:51:23 +02:00
parent e76020d894
commit 1f423436a5
3 changed files with 5 additions and 2 deletions

1
dev-requirements.txt Normal file
View File

@ -0,0 +1 @@
mock

View File

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

View File

@ -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