revert tox changes so error appears in CI
This commit is contained in:
parent
2c9bd64ed7
commit
3eaba82790
1 changed files with 4 additions and 6 deletions
10
tox.ini
10
tox.ini
|
@ -4,14 +4,12 @@ minversion = 3.5
|
||||||
# hack to prevent .tox from crapping to the project directory
|
# hack to prevent .tox from crapping to the project directory
|
||||||
toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
|
toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
|
||||||
|
|
||||||
# useful for tests to know they are running under ci
|
|
||||||
# respect user's cache dirs to prevent tox from crapping into project dir
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv =
|
passenv =
|
||||||
CI
|
# useful for tests to know they are running under ci
|
||||||
CI_*
|
CI CI_*
|
||||||
MYPY_CACHE_DIR
|
# respect user's cache dirs to prevent tox from crapping into project dir
|
||||||
PYTHONPYCACHEPREFIX
|
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