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
8e70aa2ea2
commit
689f60f413
2 changed files with 3 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
|
||||
- name: Tox tests
|
||||
env:
|
||||
DJANGO_CONFIGURATION: Dev
|
||||
DJANGO_SETTINGS_MODULE: mysite.settings
|
||||
DJANGO_CONFIGURATION: Test
|
||||
DJANGO_SETTINGS_MODULE: tests.settings.main
|
||||
run: |
|
||||
tox --verbose
|
||||
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -42,7 +42,7 @@ commands =
|
|||
python --version
|
||||
echo {toxinidir} {envbindir}
|
||||
which django-cadmin
|
||||
{envbindir}/coverage run django-cadmin test -v2 {posargs:tests}
|
||||
{envbindir}/coverage run $(which django-cadmin) test -v2 {posargs:tests}
|
||||
coverage combine . tests docs
|
||||
coverage report --show-missing --skip-covered
|
||||
coverage xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue