bootstrap in test

This commit is contained in:
David Cramer 2013-04-04 00:05:09 -07:00
parent f5d2eb744b
commit 96f8d695a5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ bootstrap:
pip install "file://`pwd`#egg=raven[dev]"
pip install "file://`pwd`#egg=raven[tests]"
test: lint
test: bootstrap lint
@echo "Running Python tests"
python runtests.py -x
@echo ""