Added debug statement hook.

This commit is contained in:
Anthony Sottile 2014-03-14 14:23:08 -07:00
parent 5e713f8878
commit 4fc86a807b
8 changed files with 152 additions and 1 deletions

View file

@ -30,7 +30,7 @@ coverage: py_env
coverage run `which py.test` tests $(TEST_TARGETS) && \
coverage report -m'
py_env: requirements.txt
py_env: requirements.txt setup.py
rm -rf py_env
virtualenv py_env
bash -c 'source py_env/bin/activate && \