Skip to content

Commit f71f5ee

Browse files
committed
tox: Remove quotes around posargs
This was preventing us from doing e.g.: tox -e py36-django30 -- patchwork -v 2 Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent a2b0850 commit f71f5ee

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
@@ -25,7 +25,7 @@ passenv =
2525
PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST
2626
PW_TEST_DB_PORT
2727
commands =
28-
python {toxinidir}/manage.py test --noinput '{posargs:patchwork}'
28+
python {toxinidir}/manage.py test --noinput {posargs:patchwork}
2929

3030
[testenv:bashate]
3131
deps = bashate

0 commit comments

Comments
 (0)