pygridtools / gridmap

Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
GNU General Public License v3.0
84 stars 34 forks source link

Travis build not working #75

Closed desilinguist closed 6 years ago

desilinguist commented 6 years ago

I am trying to get the travis plan to pass but I am not having much luck. Here's what I have fixed so fa in the fix-travis-ci branch:

Any help would be greatly appreciated.

desilinguist commented 6 years ago

Hmm, it looks like my changes might be working and it looks like it's just an issue of waiting for longer for the tests to pass. I have increased the travis_wait time to be 30 minutes. Let's see.

desilinguist commented 6 years ago

Looks like the builds pass now by setting travis_wait for 45 minutes. However, previously the tests were verbose - printing out things like "job has been submitted" etc. - but that's no longer the case. So, I am not sure whether something strange is going on.