From 7089554c7d18bddd638138856fb96c012e4120c8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 19 Apr 2009 18:43:37 -0400 Subject: Templite: a lightweight template class to use when making HTML reports. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1