From 435823d7e86512d1b9ba33a011bc6aa1ca2af62c Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 1 Dec 2015 17:33:53 -0800 Subject: [PATCH] Correct install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7bf90fe..6639f668 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ bootstrap: - pip install -e . [tests] + pip install -e "file://`pwd`#egg=raven[tests]" make setup-git test: bootstrap lint