mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
which django-cadmin
This commit is contained in:
parent
d3c3f7146f
commit
ccafa00675
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -36,7 +36,7 @@ set_env =
|
|||
DJANGO_SETTINGS_MODULE = tests.settings.main
|
||||
commands =
|
||||
python --version
|
||||
{envbindir}/coverage run {envbindir}/django-cadmin test -v2 {posargs:tests}
|
||||
{envbindir}/coverage run django-cadmin test -v2 {posargs:tests}
|
||||
coverage combine . tests docs
|
||||
coverage report --show-missing --skip-covered
|
||||
coverage xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue