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
ccafa00675
commit
8e70aa2ea2
1 changed files with 6 additions and 0 deletions
6
tox.ini
6
tox.ini
|
|
@ -34,8 +34,14 @@ set_env =
|
|||
COVERAGE_PROCESS_START = {toxinidir}/pyproject.toml
|
||||
DJANGO_CONFIGURATION = Test
|
||||
DJANGO_SETTINGS_MODULE = tests.settings.main
|
||||
allowlist_externals =
|
||||
django-cadmin
|
||||
echo
|
||||
which
|
||||
commands =
|
||||
python --version
|
||||
echo {toxinidir} {envbindir}
|
||||
which django-cadmin
|
||||
{envbindir}/coverage run django-cadmin test -v2 {posargs:tests}
|
||||
coverage combine . tests docs
|
||||
coverage report --show-missing --skip-covered
|
||||
|
|
|
|||
Loading…
Reference in a new issue