Skip to content

Commit

Permalink
update clean target to remove htmlcov
Browse files Browse the repository at this point in the history
  • Loading branch information
mherkazandjian committed Jul 30, 2017
1 parent 9d03917 commit 8c6251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clean:
rm -fvr *.pyc
rm -fvr *.pyc htmlcov

test:
cd tests && PYTHONPATH=..:${PYTHONPATH} py.test -v --cov --cov-report=html .

0 comments on commit 8c6251f

Please sign in to comment.