From 7f0d7f07b3cc74fb6064a4032f2e384c8a83db5c Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 7 Jan 2024 13:41:53 +0100 Subject: [PATCH] Pass on the JAVA_HOME --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index bb0e896..6af6e2b 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ envlist = commands = coverage run -p -m pytest --durations=20 {posargs:tests} passenv = HOME + JAVA_HOME deps = coverage pytest @@ -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 =