tox.ini: Pass posargs to make "tox -e py27 path.to.test" work

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2015-04-27 14:35:47 +09:00 committed by FUJITA Tomonori
parent b498958405
commit f40bc34ac8

View File

@ -6,7 +6,7 @@ deps = -U
-r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands =
python ryu/tests/run_tests.py
python ryu/tests/run_tests.py '{posargs}'
[testenv:pep8]
commands =