Skip to content

Commit

Permalink
Allow args to be passed through to tox
Browse files Browse the repository at this point in the history
This allow just the unittests to be run with tox, e.g:

    tox test_fakeredis.py:TestFakeRedis
  • Loading branch information
jamesls committed Nov 16, 2012
1 parent 686c6e9 commit 51939f9
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 @@ -2,7 +2,7 @@
envlist = py26, py27

[testenv]
commands = nosetests -v
commands = nosetests -v {posargs}
deps =
unittest2
nose

0 comments on commit 51939f9

Please sign in to comment.