mirror of https://github.com/scrapy/scrapy.git
rename tests requirements to forward looking for /tests/
This commit is contained in:
parent
face0bf4b4
commit
02c80ca75b
6
tox.ini
6
tox.ini
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue