From 2dd34c19fdacc7d34665b0a7eb07cee065da36a8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 9 Jul 2009 09:38:19 -0400 Subject: Setup.py should be linted too --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1