From fed97bc3dabc3b1af3000f9b842654a3836a96bc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 25 Oct 2009 09:39:13 -0400 Subject: All test files can be linted --- Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index c741b642..b493483d 100644 --- a/Makefile +++ b/Makefile @@ -25,19 +25,8 @@ LINTABLE = \ coverage \ scripts/coverage \ setup.py \ - test/backtest.py \ - test/coverage_coverage.py \ - test/coveragetest.py \ - test/test_api.py \ - test/test_arcs.py \ - test/test_cmdline.py \ - test/test_codeunit.py \ - test/test_coverage.py \ - test/test_data.py \ - test/test_execfile.py \ - test/test_farm.py \ - test/test_templite.py - + test + lint: -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE) python /Python25/Lib/tabnanny.py coverage scripts test setup.py -- cgit v1.2.1