summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:34:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:34:50 -0500
commitd62fbbcec0d4a5340eff8b0002c705df5666c1c5 (patch)
tree66e3a2d465a161ac3f9aab07019ac085340bbb54 /Makefile
parent12da359e95a2f4aa3df4afb714df5ba1b6450e0f (diff)
parent0fed6109aa32baf8b968dd11337e3841f054d2ba (diff)
downloadpython-coveragepy-git-d62fbbcec0d4a5340eff8b0002c705df5666c1c5.tar.gz
Merged config changes to default. Let the 3.3 wild rumpus start!
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