cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

Travis automated build #21

Closed paulmueller closed 9 years ago

paulmueller commented 9 years ago

I am trying to set up Travis CI to test the jobmanager package automatically.

The changes are in the repository: https://github.com/paulmueller/jobmanager

The failing build: https://travis-ci.org/paulmueller/jobmanager/builds/60115567

The possible reason: Missing IPv4 capabilities of the VM. Is jobmanager able to use IPv6? http://docs.travis-ci.com/user/ci-environment/#Networking

paulmueller commented 9 years ago

I managed to fix it by incrementing the ports. They were somehow still reserved...