Correct install

This commit is contained in:
David Cramer 2015-12-01 17:33:53 -08:00
parent a2adcbe23f
commit 435823d7e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
bootstrap:
pip install -e . [tests]
pip install -e "file://`pwd`#egg=raven[tests]"
make setup-git
test: bootstrap lint