From 8f7e3bcaaaf62866d4dad52e046dad4ee3dfb9c5 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Mon, 2 Nov 2009 21:07:26 +0100 Subject: [PATCH] Correct calling of coverage plugin, no spurious output anymore. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 081e0d08..5a5dbc86 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,4 @@ test: nosetests scikits/image coverage: - nosetests scikits/image --with-coverage - coverage -r -m scikits/image/*.py scikits/image/*/*.py + nosetests scikits/image --with-coverage --cover-package=scikits.image