From c6e7256f57623e4cb9991a82f87a0228151a3941 Mon Sep 17 00:00:00 2001 From: Thomas Saillard <77853805+NewMeeh@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:21:34 +0100 Subject: [PATCH] Update setup.cfg tox4 doesn't allow multiple variables separated by spaces anymore. --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 147d3bb..6d538c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,10 @@ indexserver = pypi = https://pypi.python.org/simple [testenv] -passenv = TRAVIS TRAVIS_* * +passenv = + TRAVIS + TRAVIS_* + * setenv = PYTHONPATH = {toxinidir} DJANGO_SETTINGS_MODULE = settings