Switch to setup.cfg due to deprecation of setup.py

This commit is contained in:
Peter Pfeufer
2022-03-09 09:50:40 +00:00
committed by Ariel Rin
parent c377bcec5f
commit 6846bb7cdc
6 changed files with 93 additions and 93 deletions

View File

@@ -1,4 +1,5 @@
[tox]
isolated_build = True
skipsdist = true
usedevelop = true
envlist = py{38,39,310,311}-{all,core}
@@ -15,7 +16,7 @@ basepython =
py311: python3.11
deps=
coverage
install_command = pip install -e ".[testing]" -U {opts} {packages}
install_command = pip install -e ".[test]" -U {opts} {packages}
commands =
all: coverage run runtests.py -v 2 --debug-mode
core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 --debug-mode