There is a .travis.yml here, but no badge in the README (image for https://api.travis-ci.com/bellockk/alphashape.svg?branch=master) and a 404 on the Travis site for this project.
So perhaps you'd still need to sign up your Github account for Travis CI?
(Also, it would probably be great to run the coverage test on the CI itself and upload its report to codecov.io. This should be as simple as adding a second line to scripts running the first two lines of your coverage recipe, and then adding a directive codecov under after_success.)
There is a
.travis.yml
here, but no badge in the README (image forhttps://api.travis-ci.com/bellockk/alphashape.svg?branch=master
) and a 404 on the Travis site for this project.So perhaps you'd still need to sign up your Github account for Travis CI?
(Also, it would probably be great to run the coverage test on the CI itself and upload its report to codecov.io. This should be as simple as adding a second line to
scripts
running the first two lines of yourcoverage
recipe, and then adding a directivecodecov
underafter_success
.)