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