From 669f3b7cabedfa8ac1bd4a9ee874a866ee24a96e Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Mon, 14 Apr 2014 23:42:15 -0700 Subject: Listening to @dstufft --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ee7685..f2e96ae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ bootstrap: - pip install -e . - pip install "file://`pwd`#egg=raven[dev]" - pip install "file://`pwd`#egg=raven[tests]" + pip install -r test-requirements.txt make setup-git test: bootstrap lint -- cgit v1.2.1