Skip to content

Fix tox environment config

Erik Kalkoken requested to merge ErikKalkoken/allianceauth:fix_tox_ini into v2.9.x

The gitlab CI calls tox test by their environment name, e.g. py37-all, which are defined in tox.ini.

However, the core tests, e.g. py37-core, which are called by gitlab, are not properly defined in tox.ini. e.g. tox -l does not lists any core environment.

This change fixed the tox.ini configuration so the core environments are recognized as properly configured by tox.

Merge request reports