From abfcac696aa3d64b58a025ab74d5b67c7e1c7162 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 9 Feb 2012 22:57:59 +0000 Subject: Erm, undo some of the previous change: setup.py doesn't do check --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1