JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

WIP: Switch to test sets #23

Closed swt30 closed 7 years ago

swt30 commented 7 years ago

Modernizes the tests a little by putting them in a test set.

If you want to do this, you need to drop julia 0.3 support. This PR includes that and also changes Travis to explicitly test v0.4 and v0.5 instead of v0.4 and nightly, which is currently v0.6-dev.

Also, I am having trouble getting the tests to pass on v0.5 on my machine, so I want to see what the output from the v0.5 tests are here.

swt30 commented 7 years ago

The v0.5 failure is because a new version of GeometricalPredicates compatible with julia 0.5 hasn't yet been tagged, but I have no idea what's going on with v0.4!

skariel commented 7 years ago

no problem merging, I'll fix for Julia 0.4 when tagging a new version

Thanks!