diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 18:43:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 18:43:37 -0400 |
| commit | e4b9257e5684b20cc65bbd8752347e0ef7e2ec26 (patch) | |
| tree | 2b8faf06360c163f9252c32011e14cf740ff7187 /Makefile | |
| parent | 9f8fc4e8f9bf1da99728c87ce3118168085b76a1 (diff) | |
| download | python-coveragepy-e4b9257e5684b20cc65bbd8752347e0ef7e2ec26.tar.gz | |
Templite: a lightweight template class to use when making HTML reports.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ clean: -rm -f $(TEST_ZIP) -rm -f setuptools-*.egg -LINTABLE_TESTS = test/test_data.py test/test_execfile.py test/test_farm.py test/coveragetest.py +LINTABLE_TESTS = test/test_data.py test/test_execfile.py test/test_farm.py test/coveragetest.py test/test_templite.py lint: clean -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage |
