diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 09:39:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 09:39:13 -0400 |
commit | fed97bc3dabc3b1af3000f9b842654a3836a96bc (patch) | |
tree | 5d626dda3662f2501025750a7579c6e79eb6895e | |
parent | a7f4c6c633a1ff02412f4f3e6695c12e2ba87808 (diff) | |
download | python-coveragepy-git-fed97bc3dabc3b1af3000f9b842654a3836a96bc.tar.gz |
All test files can be linted
-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 |