We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b72766 commit c3a05a2Copy full SHA for c3a05a2
tox.ini
@@ -4,7 +4,7 @@ envlist = py27
4
5
[testenv]
6
install_command = pip install --no-compile {opts} {packages}
7
-commands = coverage run {envbindir}/nosetests --with-noy --rednose -s
+commands = coverage run {envbindir}/nosetests --with-noy --rednose -s {posargs}
8
coverage html --omit=*test* --include=*python_jsonschema_objects*
9
deps =
10
-rrequirements.txt
0 commit comments