diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,3 +102,6 @@ test: echo $$test; \ PYTHONPATH=`pwd` python $$test; \ done; \ + +nose: + nosetests -v --with-cover --cover-package=sos --cover-html |