diff --git a/tox.ini b/tox.ini index 3d3766a2..a8603b58 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] skipsdist = true usedevelop = true -envlist = py{37,38,39}-{all} +envlist = py{37,38,39}-{all,core} [testenv] setenv = @@ -16,7 +16,6 @@ deps= install_command = pip install -e ".[testing]" -U {opts} {packages} commands = 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 xml - core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 - all: coverage xml