StochSS / GillesPy2

Modeling toolkit for biochemical simulation
http://gillespy2.readthedocs.io/
GNU General Public License v3.0
72 stars 32 forks source link

Windows builds on TravisCI fail test_pause_resume #426

Closed makdl closed 3 years ago

makdl commented 4 years ago

All current Windows builds on TravisCI fail to pass the test_pause_resume test. Here is a link to a build exhibiting this. https://travis-ci.org/github/stochss/GillesPy2/jobs/716664486#L211

makdl commented 3 years ago

test_pause_resume.py tries to execute python3 in subprocess seen here on line 59. This issue seems to stem from TravisCI not knowing where/if the Python binary exists. Something like shutil.which may be useful to solve this. This should also check for python binaries that may be under different names like python, python3, etc.