We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae59cf3 commit 52ec1cdCopy full SHA for 52ec1cd
tox.ini
@@ -12,8 +12,9 @@ whitelist_externals =
12
setenv =
13
# Do not use matplotlib GUI backend during tests.
14
MPLBACKEND = agg
15
- DIFFEQPY_COMPILE = n
16
- DIFFEQ_DEPOT = y
+ DIFFEQPY_INSTALL_JULIA = y
+ DIFFEQPY_COMPILE = y
17
+ DIFFEQPY_DEPOT = y
18
passenv =
19
# Allow a workaround for "error initializing LibGit2 module":
20
# https://github.com/JuliaLang/julia/issues/18693
0 commit comments