bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

activate Travis CI #29

Open bertsky opened 2 years ago

bertsky commented 2 years ago

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.)