allow passing arguments to runtests script via tox

This commit is contained in:
Mikhail Korobov 2013-07-09 00:41:13 +06:00
parent f29e5d0ca1
commit 0d9f7843ba
1 changed files with 2 additions and 2 deletions

View File

@ -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 []