Check docstrings.

This commit is contained in:
Bastian Kleineidam 2012-09-25 21:03:05 +02:00
parent 7cc5b24352
commit 49251669f3

View file

@ -62,6 +62,15 @@ check:
check-pofiles -v
py-tabdaddy
py-unittest2-compat tests/
$(MAKE) doccheck
$(MAKE) pyflakes
doccheck:
py-check-docstrings --force \
dosagelib/*.py \
dosagelib/plugins/*.py \
dosage \
*.py
.PHONY: pyflakes
pyflakes: