From f71f5ee115ed23054acb759cd48d1d564cd54bd0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 9 Apr 2020 17:35:56 +0100 Subject: 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 75d893e..0e4c78f 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ passenv = PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST PW_TEST_DB_PORT commands = - python {toxinidir}/manage.py test --noinput '{posargs:patchwork}' + python {toxinidir}/manage.py test --noinput {posargs:patchwork} [testenv:bashate] deps = bashate -- cgit v1.2.3