summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-16 11:22:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-16 11:22:01 -0400
commitbf450492f7bf88457de5514208f9292c21430d15 (patch)
tree1cb1a8de977d7271484019332895186bfc5a1b7c /Makefile
parenta14ad24a559b175bc109abb1b91aa888d3078bd6 (diff)
downloadpython-coveragepy-git-bf450492f7bf88457de5514208f9292c21430d15.tar.gz
Check for bad ws in the tests too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f932df85..9cbdb1a3 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ LINTABLE_TESTS = \
lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS)
- python /Python25/Lib/tabnanny.py coverage
+ python /Python25/Lib/tabnanny.py coverage test
python checkeol.py
testready: $(TEST_ZIP) devinst