Skip to content

Commit

Permalink
fix pasenv vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 12, 2022
1 parent 2a76211 commit 9a1c173
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ commands =
[testenv:docs]
description = Build the documentation with makefile under {basepython}
setenv =
!notebooks: SKIP_NOTEBOOKS = 1
PYTHONPATH = {toxinidir}
READTHEDOCS = 1
!notebooks: SKIP_NOTEBOOKS = 1
commands =
make docs
allowlist_externals =
Expand Down Expand Up @@ -88,7 +88,10 @@ setenv =
COV_CORE_SOURCE =
PYTEST_ADDOPTS = "--color=yes"
PYTHONPATH = {toxinidir}
passenv = CI GITHUB_* LD_LIBRARY_PATH
passenv =
CI
GITHUB_*
LD_LIBRARY_PATH
extras = dev
deps =
coverage: coveralls
Expand Down

0 comments on commit 9a1c173

Please sign in to comment.