Skip to content

Commit

Permalink
Pass on the JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jan 7, 2024
1 parent be6c6ab commit 7f0d7f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ envlist =
commands = coverage run -p -m pytest --durations=20 {posargs:tests}
passenv =
HOME
JAVA_HOME
deps =
coverage
pytest
Expand Down Expand Up @@ -121,6 +122,7 @@ description = Run the doc8 tool to check the style of the RST files in the proje

[testenv:docs]
changedir = docs
passend = JAVA_HOME
extras =
docs
commands =
Expand Down

0 comments on commit 7f0d7f0

Please sign in to comment.