Skip to content

Commit 52ec1cd

Browse files
committed
Fix setting environment variables
1 parent ae59cf3 commit 52ec1cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ whitelist_externals =
1212
setenv =
1313
# Do not use matplotlib GUI backend during tests.
1414
MPLBACKEND = agg
15-
DIFFEQPY_COMPILE = n
16-
DIFFEQ_DEPOT = y
15+
DIFFEQPY_INSTALL_JULIA = y
16+
DIFFEQPY_COMPILE = y
17+
DIFFEQPY_DEPOT = y
1718
passenv =
1819
# Allow a workaround for "error initializing LibGit2 module":
1920
# https://github.com/JuliaLang/julia/issues/18693

0 commit comments

Comments
 (0)