Add make coverage command.

This commit is contained in:
Ralf Gommers
2009-10-28 14:37:00 +01:00
parent 7badc2c240
commit a04fa0b578
+2 -2
View File
@@ -10,5 +10,5 @@ test:
nosetests scikits/image
coverage:
nosetests scikits.image --with-coverage
coverage scikits.image.*/*.py
nosetests scikits/image --with-coverage
coverage -r -m scikits/image/*.py scikits/image/*/*.py