Closed makdl closed 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.
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