Julia Version 0.7.0-beta.133. This succeeds on Appveyor:
C:\projects\julia\bin\julia -e "import Pkg; Pkg.develop(\"https://github.com/PetrKryslUCSD/FinEtools.jl.git\"); Pkg.test(\"FinEtools\")"
while this fails on Travis (both Linux and MacOS):
julia -e 'import Pkg; Pkg.develop("https://github.com/PetrKryslUCSD/FinEtools.jl.git"); Pkg.test("FinEtools"; coverage=true)'
with the message
ERROR: Cannot add package with the same name or uuid as the project
.
I’m confused. Any ideas?