From a9a4fec607f98007c39798ca9a0b16165f1d7932 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Mon, 22 Apr 2019 13:34:28 -0700 Subject: [PATCH] Add positional args to test command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 53d7a19..a212b74 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = lint, [testenv] -commands = coverage run --parallel-mode manage.py test +commands = coverage run --parallel-mode manage.py test {posargs} usedevelop = True setenv = PYTHONDONTWRITEBYTECODE=1