-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Description
So sometimes the CI builds fail with an error message like /home/travis/build.sh: line 41: 6616 Killed nosetests. Restarting the job will usually make it pass though.
Example of error:
https://travis-ci.org/MDAnalysis/mdanalysis/jobs/66850464
A little googling makes me think that this is caused by file IO....
I'm going to put the nosetests in .travis.yml to verbose for now so we can see which tests are running when failures happen.
Reactions are currently unavailable