summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-07-09 09:38:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-07-09 09:38:19 -0400
commit2dd34c19fdacc7d34665b0a7eb07cee065da36a8 (patch)
tree443709420f163ced119070faf44784975972d975 /Makefile
parent9f9d56f31f3e5ddca5ffa253b804f54f7c47cbbe (diff)
downloadpython-coveragepy-git-2dd34c19fdacc7d34665b0a7eb07cee065da36a8.tar.gz
Setup.py should be linted too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 59681065..fa887e64 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ LINTABLE_TESTS = \
test/test_templite.py
lint:
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS)
- python /Python25/Lib/tabnanny.py coverage test
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) setup.py
+ python /Python25/Lib/tabnanny.py coverage test setup.py
python checkeol.py
testready: $(TEST_ZIP) devinst