fix makefile to work if .coverage doesnt exist

This commit is contained in:
Steve Pulec 2013-03-15 11:21:03 -04:00
parent 6a3be2eba8
commit 65169a60d1

View File

@ -5,5 +5,5 @@ init:
pip install -r requirements.txt
test:
rm .coverage
rm -f .coverage
nosetests --with-coverage ./tests/