From f40bc34ac887ff232fe9fe7bb53d8227dce6a3dd Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 27 Apr 2015 14:35:47 +0900 Subject: [PATCH] tox.ini: Pass posargs to make "tox -e py27 path.to.test" work Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32fc8756..b88e6dc7 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =