Correct calling of coverage plugin, no spurious output anymore.

This commit is contained in:
Ralf Gommers
2009-11-02 21:07:26 +01:00
parent 8f51081d9f
commit 8f7e3bcaaa
+1 -2
View File
@@ -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