Skip to content

Commit

Permalink
Use django-admin instead of django-admin.py to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Jun 12, 2021
1 parent 6d88e63 commit f46db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -15,7 +15,7 @@ python =
3.9: py39

[testenv]
commands = coverage run --include='*/timezone_field/*' {envbindir}/django-admin.py test tests
commands = coverage run --include='*/timezone_field/*' {envbindir}/django-admin test tests
deps =
coverage
djangorestframework>=3.0.0
Expand Down

0 comments on commit f46db30

Please sign in to comment.