Skip to content

Commit

Permalink
tox.ini: Pass posargs to make "tox -e py27 path.to.test" work
Browse files Browse the repository at this point in the history
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
yamt authored and fujita committed Apr 28, 2015
1 parent b498958 commit f40bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f40bc34

Please sign in to comment.