summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2015-12-01 17:33:53 -0800
committerDavid Cramer <dcramer@gmail.com>2015-12-01 17:33:53 -0800
commit435823d7e86512d1b9ba33a011bc6aa1ca2af62c (patch)
tree02dd7ab13c13877a99f2a87d1ccc0c3f9283439d
parenta2adcbe23f00012ed1519e849c358bfc6396c877 (diff)
downloadraven-435823d7e86512d1b9ba33a011bc6aa1ca2af62c.tar.gz
Correct install
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7bf90f..6639f66 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