mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 20:03:45 +00:00
reuse runtests.sh and runtests.bat scripts in tox.ini
This commit is contained in:
parent
3a6dff3090
commit
f29e5d0ca1
6
tox.ini
6
tox.ini
@ -10,7 +10,7 @@ envlist = py26, py27, lucid, precise
|
||||
deps =
|
||||
-r{toxinidir}/.travis/requirements-latest.txt
|
||||
commands =
|
||||
trial {posargs:--reporter=text scrapy}
|
||||
{toxinidir}/bin/runtests.sh
|
||||
|
||||
[testenv:lucid]
|
||||
basepython = python2.6
|
||||
@ -21,3 +21,7 @@ deps =
|
||||
basepython = python2.7
|
||||
deps =
|
||||
-r{toxinidir}/.travis/requirements-precise.txt
|
||||
|
||||
[testenv:windows]
|
||||
commands =
|
||||
{toxinidir}/bin/runtests.bat
|
||||
|
Loading…
x
Reference in New Issue
Block a user