summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-19 18:43:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-19 18:43:37 -0400
commite4b9257e5684b20cc65bbd8752347e0ef7e2ec26 (patch)
tree2b8faf06360c163f9252c32011e14cf740ff7187 /Makefile
parent9f8fc4e8f9bf1da99728c87ce3118168085b76a1 (diff)
downloadpython-coveragepy-e4b9257e5684b20cc65bbd8752347e0ef7e2ec26.tar.gz
Templite: a lightweight template class to use when making HTML reports.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b35892..b191810 100644
--- a/Makefile
+++ b/Makefile
@@ -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