Makefile: add pyflakes target, only covering allmydata code (not pycrypto)

This commit is contained in:
Brian Warner 2006-12-14 04:05:22 -07:00
parent 07fd8766d1
commit 777c7d7cde

View File

@ -35,6 +35,9 @@ test-figleaf:
figleaf-output:
figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
pyflakes:
pyflakes src/allmydata
clean:
rm -rf build