Skip to content

Commit

Permalink
Fix path to django-admin
Browse files Browse the repository at this point in the history
For #89
  • Loading branch information
philgyford committed Jan 17, 2025
1 parent c0b03ca commit e467644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commands =
; posargs will be replaced with anything after the -- when calling tox, eg;
; tox -- tests.ditto.tests.test_views.DittoViewTests.test_home_templates
; would run that single test (in all environments)
coverage run django-admin test {posargs:}
coverage run --branch {envbindir}/django-admin test {posargs:}
coverage report -m

[testenv:ruff]
Expand Down

0 comments on commit e467644

Please sign in to comment.