Skip to content

Commit e31aa5a

Browse files
authored
Use django-admin instead of django-admin.py.
1 parent 7eea60d commit e31aa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setenv =
3636
PYTHONPATH = {toxinidir}
3737
commands =
3838
npm install
39-
{envbindir}/coverage run --source pipeline {envbindir}/django-admin.py test {posargs:tests}
39+
{envbindir}/coverage run --source pipeline {envbindir}/django-admin test {posargs:tests}
4040
{envbindir}/coverage report
4141
{envbindir}/coverage xml
4242
whitelist_externals = npm

0 commit comments

Comments
 (0)