Skip to content

Commit b4f8c54

Browse files
author
ivan
committed
Allow testers to specify test
Until now the command `tox` would run all of the tests. With this change one can specify a test to be run by running: tox -- path/to/test.py
1 parent 8e96bf0 commit b4f8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ envlist = py27,py34
33

44
[testenv]
55
deps = -rtests/test_requirements.txt
6-
commands = py.test tests/
6+
commands = py.test {posargs:tests/}

0 commit comments

Comments
 (0)