JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Use Github actions for tests and docs #102

Closed lbenet closed 3 years ago

lbenet commented 3 years ago

@dpsanders Do you know how to get rid of appveyor tests? I removed appveyor.yml, but somehow the tests are still triggered, and they fail because there is no appveyor.yml file...

dpsanders commented 3 years ago

@lbenet I think you have to go to the Appveyor site to turn it off, or maybe it's in the GitHub settings for the repo.

lbenet commented 3 years ago

I can't do anything; the url is pointing to your account: https://ci.appveyor.com/project/dpsanders/taylormodels-jl-8keb2

lbenet commented 3 years ago

I'll go ahead and merge this.

@dpsanders, could you turn eventually appveyor off?