aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

Improve Travis CI build & test #37

Closed aewallin closed 5 years ago

aewallin commented 6 years ago

I started a bit on Travis CI automated build and testing https://travis-ci.org/aewallin/openvoronoi it does not build yet - because of a problem with the git version-string.

we would want:

aewallin commented 6 years ago

travis also runs some tests now. But I don't know how to get them to show in coveralls https://coveralls.io/github/aewallin/openvoronoi