summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
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