mirror of https://github.com/scrapy/scrapy.git
allow passing arguments to runtests script via tox
This commit is contained in:
parent
f29e5d0ca1
commit
0d9f7843ba
4
tox.ini
4
tox.ini
|
|
@ -10,7 +10,7 @@ envlist = py26, py27, lucid, precise
|
|||
deps =
|
||||
-r{toxinidir}/.travis/requirements-latest.txt
|
||||
commands =
|
||||
{toxinidir}/bin/runtests.sh
|
||||
{toxinidir}/bin/runtests.sh []
|
||||
|
||||
[testenv:lucid]
|
||||
basepython = python2.6
|
||||
|
|
@ -24,4 +24,4 @@ deps =
|
|||
|
||||
[testenv:windows]
|
||||
commands =
|
||||
{toxinidir}/bin/runtests.bat
|
||||
{toxinidir}/bin/runtests.bat []
|
||||
|
|
|
|||
Loading…
Reference in New Issue