summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe02fbd..5472c67 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ summain.1: _summain.so summain.1.in
python summain --generate-manpage=summain.1.in > summain.1
check:
- python setup.py check
+ python -m CoverageTestRunner
+ rm -f .coverage
clean:
python setup.py clean