提交 f29e5d0c 编写于 作者: M Mikhail Korobov

reuse runtests.sh and runtests.bat scripts in tox.ini

上级 3a6dff30
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册