summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ae4bf0d..cc584c32 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ lint:
python /Python25/Lib/tabnanny.py $(LINTABLE)
python checkeol.py
+pep8:
+ pep8 --filename=*.py --ignore=E401,E301 --repeat coverage
+
testready: testdata devinst
tests: testready