I get the following error when testing on Appveyor:
C:\projects\julia\bin\julia -e "import Pkg; Pkg.develop(\"https://github.com/PetrKryslUCSD/FinEtools.jl.git\"); Pkg.test(\"FinEtools\")"
ERROR: https://github.com/PetrKryslUCSD/FinEtools.jl.git is not a valid packagename
Stacktrace:
[1] cmderror(::String) at
My appveyor.yml: https://github.com/PetrKryslUCSD/FinEtools.jl/blob/master/appveyor.yml
Ideas will be appreciated.