diff --git a/tox.ini b/tox.ini index 156a9334..53c0fc18 100644 --- a/tox.ini +++ b/tox.ini @@ -18,5 +18,5 @@ deps= install_command = pip install -e ".[testing]" -U {opts} {packages} commands = all: coverage run runtests.py -v 2 + all: coverage report -m core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 - coverage report -m