diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-03 09:03:29 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-03 09:03:29 -0500 |
commit | 0fed6109aa32baf8b968dd11337e3841f054d2ba (patch) | |
tree | 0771f533c6ab3ff287943a9734f499f06b8a793c | |
parent | 36e40f58a476e6d7ddf3746a31d0e96667bfd66e (diff) | |
download | python-coveragepy-git-0fed6109aa32baf8b968dd11337e3841f054d2ba.tar.gz |
A PEP8 target, but its output is pretty annoying...
--HG--
branch : config
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |