I run successfully
import Pkg; Pkg.clone("https://github.com/PetrKryslUCSD/FinEtools.jl.git")
Pkg.test("FinEtools"; coverage=true);
locally on Linux. Surprisingly, this same incantation fails on Travis (both Linux and Mac, stable version and nightly). The error is the same (Travis CI - Test and Deploy Your Code with Confidence):
ERROR: Cannot develop package with the same name or uuid as the project
It was working fine when I had just REQUIRE, but now I have added Project.toml. Is this somehow related? @ararslan, @staticfloat and @StefanKarpinski