From 8c8a3bd9ae5bac97025369f5ae24c62a0e954b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 14 Mar 2021 18:59:14 +0100 Subject: [PATCH] tox: fix (unused) settings file environment variable name --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1c7f9d..430fdfb 100644 --- a/tox.ini +++ b/tox.ini @@ -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/