mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Merge branch 'fix_tox_ini' into 'v2.9.x'
Fix tox environment config See merge request allianceauth/allianceauth!1364
This commit is contained in:
commit
7ad9b52546
5
tox.ini
5
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
envlist = py{37,38,39}-{all}
|
envlist = py{37,38,39}-{all,core}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
setenv =
|
||||||
@ -16,7 +16,6 @@ deps=
|
|||||||
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
all: coverage run runtests.py -v 2
|
all: coverage run runtests.py -v 2
|
||||||
|
core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2
|
||||||
all: coverage report -m
|
all: coverage report -m
|
||||||
all: coverage xml
|
all: coverage xml
|
||||||
core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2
|
|
||||||
all: coverage xml
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user