Skip to content

Commit c3a05a2

Browse files
author
Chris Wacek
committed
Add posargs to tox
1 parent 9b72766 commit c3a05a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py27
44

55
[testenv]
66
install_command = pip install --no-compile {opts} {packages}
7-
commands = coverage run {envbindir}/nosetests --with-noy --rednose -s
7+
commands = coverage run {envbindir}/nosetests --with-noy --rednose -s {posargs}
88
coverage html --omit=*test* --include=*python_jsonschema_objects*
99
deps =
1010
-rrequirements.txt

0 commit comments

Comments
 (0)