Get CI working
ChrisRackauckas opened this issue · comments
High on the priority list is to get CI working. I am not sure how, but we should check what the other FEniCS.jl had to do to make it work.
I'll take a look at this right now and see what I can do.
https://travis-ci.org/JuliaDiffEq/FEniCS.jl/jobs/244237546#L236
Travis has my problem...
Looks like it could be a Python2 vs Python3 problem? FEniCS is Python 3 ?
Regarding CI, AppVeyor is mainly (only?) for windows if I'm not mistaken. Should we remove it completely?
Yes. Add to the README that we won't even hope for Windows to work anytime soon and just move on.
@ChrisRackauckas has setup Continuous Integration.