Add positional args to test command

This commit is contained in:
Ryan P Kilby 2019-04-22 13:34:28 -07:00
parent 10edbba8b2
commit a9a4fec607

View File

@ -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