tox: fix (unused) settings file environment variable name

This commit is contained in:
Frédéric Péters 2021-03-14 18:59:14 +01:00
parent 1816ffcb41
commit 8c8a3bd9ae
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ usedevelop =
nocoverage: False
setenv =
DJANGO_SETTINGS_MODULE=combo.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
COMBO_SETTINGS_FILE=tests/settings.py
DB_ENGINE=django.db.backends.postgresql_psycopg2
SETUPTOOLS_USE_DISTUTILS=stdlib
coverage: COVERAGE=--cov-report xml --cov-report html --cov=combo_plugin_gnm/