From 104593aa00e1cbdc2e6fa15b8318e8338b794eaf Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Wed, 11 Jan 2023 09:48:06 +0100 Subject: [PATCH] tox.ini: fix passenv for recent tox versions See https://github.com/tox-dev/tox/issues/2615 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 93e3c4a..4b66af4 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = cov: pytest-cov codecov: codecov -passenv = APPVEYOR* TRAVIS TRAVIS_* CI +passenv = APPVEYOR* , TRAVIS , TRAVIS_* , CI # Run testsuite with coverage when '-cov' is in the env name commands=