Skip to content

Commit 2fb930e

Browse files
committed
Fix tox setup, pass required JAVA_HOME env.
tox v2.0 introduced environment variable isolation and thus the required `JAVA_HOME` variable must be configured to be passed explicitly. See https://tox.readthedocs.io/en/latest/changelog.html#v2-0-0-2015-05-12
1 parent b6b0065 commit 2fb930e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist = py{py,34,35,36,37}-sa_{1_0,1_1,1_2}
33

44
[testenv]
55
usedevelop = True
6+
passenv = JAVA_HOME
67
deps =
78
zope.testrunner
89
zope.testing

0 commit comments

Comments
 (0)