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 7eea60d commit e31aa5aCopy full SHA for e31aa5a
tox.ini
@@ -36,7 +36,7 @@ setenv =
36
PYTHONPATH = {toxinidir}
37
commands =
38
npm install
39
- {envbindir}/coverage run --source pipeline {envbindir}/django-admin.py test {posargs:tests}
+ {envbindir}/coverage run --source pipeline {envbindir}/django-admin test {posargs:tests}
40
{envbindir}/coverage report
41
{envbindir}/coverage xml
42
whitelist_externals = npm
0 commit comments