move tests requirements to a single place

This commit is contained in:
Daniel Graña 2014-01-03 18:55:38 -02:00
parent dadaedce3e
commit 958d0dbf39
2 changed files with 5 additions and 8 deletions

2
test-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
mock
mitmproxy

11
tox.ini
View File

@ -13,9 +13,7 @@ deps =
boto
Pillow
django
# Only required to run tests
mock
mitmproxy
-rtest-requirements.txt
commands =
trial {posargs:scrapy}
@ -29,8 +27,7 @@ deps =
Pillow<2.0
django==1.3.1
cssselect==0.9.1
mock==1.0.1
mitmproxy==0.9.2
-rtest-requirements.txt
[testenv:trunk]
basepython = python2.7
@ -48,9 +45,7 @@ deps =
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.5
# Only required to run tests
mock>=1.0.1
mitmproxy>=0.9.2
-rtest-requirements.txt
commands =
trial {posargs:scrapy}