summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-03 09:03:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-03 09:03:29 -0500
commitcbb95d50ed6a85e9bbfc028b05fa399b81a3253e (patch)
treec67b9d9c771ea478741ee121af5131e1c9f7125e /Makefile
parent5a54b98ee6b148c576ef7bbf6c97e6d5359c27ab (diff)
downloadpython-coveragepy-cbb95d50ed6a85e9bbfc028b05fa399b81a3253e.tar.gz
A PEP8 target, but its output is pretty annoying...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ae4bf0..cc584c3 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