Update tox.ini config

tox 4 accept comma separate value or array for pass_env, and raise error for space separate values
This commit is contained in:
Hiroshi Miura
2023-01-09 00:39:40 +09:00
committed by GitHub
parent eae2568e49
commit bb408ea10b

View File

@@ -177,9 +177,9 @@ isolated_build = True
[testenv]
passenv =
GITHUB_*
APPVEYOR APPVEYOR_*
TRAVIS TRAVIS_*
GITHUB*
APPVEYOR*
TRAVIS*
COVERALLS_*
PYTEST_ADDOPTS
extras = test, check, docs