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
commit0fed6109aa32baf8b968dd11337e3841f054d2ba (patch)
tree0771f533c6ab3ff287943a9734f499f06b8a793c /Makefile
parent36e40f58a476e6d7ddf3746a31d0e96667bfd66e (diff)
downloadpython-coveragepy-git-0fed6109aa32baf8b968dd11337e3841f054d2ba.tar.gz
A PEP8 target, but its output is pretty annoying...
--HG-- branch : config
Diffstat (limited to 'Makefile')
-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