Skip to content

Commit f40bc34

Browse files
yamtfujita
authored andcommitted
tox.ini: Pass posargs to make "tox -e py27 path.to.test" work
Signed-off-by: YAMAMOTO Takashi <[email protected]> Signed-off-by: FUJITA Tomonori <[email protected]>
1 parent b498958 commit f40bc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps = -U
66
-r{toxinidir}/tools/pip-requires
77
-r{toxinidir}/tools/test-requires
88
commands =
9-
python ryu/tests/run_tests.py
9+
python ryu/tests/run_tests.py '{posargs}'
1010

1111
[testenv:pep8]
1212
commands =

0 commit comments

Comments
 (0)