Skip to content

Commit

Permalink
Remove coverage before running nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Feb 7, 2016
1 parent 053170b commit 8339d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_nosetests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm -f .coverage
nosetests -v \
--with-coverage \
--cover-inclusive \
Expand Down

0 comments on commit 8339d48

Please sign in to comment.