Make "make test" work.

This commit is contained in:
Ralf Gommers
2009-10-28 14:09:50 +01:00
parent 3bf33a0a46
commit 7badc2c240
+4 -1
View File
@@ -7,5 +7,8 @@ clean:
find . -name "*.so" | xargs rm
test:
nosetests scikits.image
nosetests scikits/image
coverage:
nosetests scikits.image --with-coverage
coverage scikits.image.*/*.py