Skip to content

Commit a490e47

Browse files
authored
Merge pull request #432 from c00kiemon5ter/feature-specify-tox-tests
Allow testers to specify test
2 parents 8e96bf0 + b4f8c54 commit a490e47

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)