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
commit7089554c7d18bddd638138856fb96c012e4120c8 (patch)
tree5dad5eb1b3f8dece8c2b01de35128eb28475df92 /Makefile
parent28d93fedc34059dfc09db9912841ae7b13f508a9 (diff)
downloadpython-coveragepy-git-7089554c7d18bddd638138856fb96c012e4120c8.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 7b35892f..b191810d 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