You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using bat files to run tox with 32-bit and 64-bit Python interpreters, as mentioned in the manual. However, this trick seems to be stopped working as of tox 3.10.
I'm using
bat
files to runtox
with 32-bit and 64-bit Python interpreters, as mentioned in the manual. However, this trick seems to be stopped working as oftox
3.10.tox
3.9 finds 32 bit Python 2.7 (viaci\appveyor\win32\python2.7.bat
): https://ci.appveyor.com/project/Keno/pyjulia/builds/26389368#L326tox
3.10 fails to find 32 bit Python 2.7: https://ci.appveyor.com/project/Keno/pyjulia/builds/26389589#L319tox
3.13.2 fails to find 32 bit Python 2.7: https://ci.appveyor.com/project/Keno/pyjulia/builds/26389140#L319Are
bat
files still supported? Is there a way to runtox
with 32-bit and 64-bit Python interpreters in CI (other than usingtox
<= 3.9)?ref: JuliaPy/pyjulia#313
The text was updated successfully, but these errors were encountered: