提交 0d9f7843 编写于 作者: M Mikhail Korobov

allow passing arguments to runtests script via tox

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