rename tests requirements to forward looking for /tests/

This commit is contained in:
Daniel Graña 2014-01-03 21:02:25 -02:00
parent face0bf4b4
commit 02c80ca75b
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ deps =
boto
Pillow
django
-rtest-requirements.txt
-rtests-requirements.txt
commands =
trial {posargs:scrapy}
@ -27,7 +27,7 @@ deps =
Pillow<2.0
django==1.3.1
cssselect==0.9.1
-rtest-requirements.txt
-rtests-requirements.txt
[testenv:trunk]
basepython = python2.7
@ -45,7 +45,7 @@ deps =
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.5
-rtest-requirements.txt
-rtests-requirements.txt
commands =
trial {posargs:scrapy}