Skip to content

Commit

Permalink
Pass extra arguments from tox to the test command
Browse files Browse the repository at this point in the history
Allows running e.g. "tox -- --pdb" to get extra args to nosetests.
  • Loading branch information
jcristau authored and sylvestre committed Feb 14, 2018
1 parent e033c69 commit 9851dda
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 @@ -12,4 +12,4 @@ deps =

commands =
coverage erase
coverage run --branch --source {toxinidir}/auto_nag {envbindir}/nosetests -v --rednose --nocapture --force-color {toxinidir}/auto_nag
coverage run --branch --source {toxinidir}/auto_nag {envbindir}/nosetests -v --rednose --nocapture --force-color {toxinidir}/auto_nag {posargs}

0 comments on commit 9851dda

Please sign in to comment.