We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df19323 commit ad626d4Copy full SHA for ad626d4
tox.ini
@@ -53,7 +53,7 @@ extras =
53
ignore_outcome =
54
djmain: True
55
commands =
56
- coverage run {env:COVERAGE_OPTIONS:} {envbindir}{/}django-admin.py test -v 2 --pythonpath=./ --settings=tests.settings
+ coverage run {env:COVERAGE_OPTIONS:} {envbindir}{/}django-admin.py test -v 2 --pythonpath=./ --settings=tests.settings {posargs}
57
coverage report
58
59
[testenv:flake8]
0 commit comments