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 (https://travis-ci.org/PetrKryslUCSD/FinEtools.jl/jobs/524568494):
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