separate passenv with commas
This commit is contained in:
parent
b401622985
commit
7a9bb7f811
1 changed files with 2 additions and 6 deletions
8
tox.ini
8
tox.ini
|
@ -4,14 +4,10 @@ minversion = 3.5
|
|||
# hack to prevent .tox from crapping to the project directory
|
||||
toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
|
||||
|
||||
[testenv]
|
||||
passenv =
|
||||
# useful for tests to know they are running under ci
|
||||
CI
|
||||
CI_*
|
||||
# respect user's cache dirs to prevent tox from crapping into project dir
|
||||
MYPY_CACHE_DIR
|
||||
PYTHONPYCACHEPREFIX
|
||||
[testenv]
|
||||
passenv = CI,CI_*,MYPY_CACHE_DIR,PYTHONPYCACHEPREFIX
|
||||
|
||||
|
||||
# just the very core tests with minimal dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue