fix makefile to work if .coverage doesnt exist
This commit is contained in:
parent
6a3be2eba8
commit
65169a60d1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,5 +5,5 @@ init:
|
|||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
rm .coverage
|
||||
rm -f .coverage
|
||||
nosetests --with-coverage ./tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue