diff options
-rw-r--r-- | Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -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 |