NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Fix travis-ci builds #52

Open turicas opened 11 years ago

turicas commented 11 years ago

Currently, @andrebco and I added travis-ci to this repository, but some tests are failing only on travis' virtual machines. We don't know what exactly is creating these failures, so we need to debug it better and fix the problem to have a properly configured CI server.

fccoelho commented 11 years ago

Nice initiative!

turicas commented 11 years ago

I've downloaded travis-php.box Vagrant image (it says "PHP" but as far as I know, they run Python applications in these boxes), but I can't make it work locally. The idea is to make the tests run in a local VM (as similiar as possible to that runs on travis-ci.org), fix the problems locally and then commit/push the corrections to GitHub.