Listening to @dstufft

This commit is contained in:
Matt Robenolt 2014-04-14 23:42:15 -07:00
parent 14cbb60116
commit 669f3b7cab
2 changed files with 3 additions and 3 deletions

View File

@ -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

2
test-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
git+https://github.com/pelme/pytest_django.git@21327e1b1f254dcec2e870114719ea279b479506#egg=pytest-django
-e .[dev,tests]