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
commit42bc620a892b6f0b2e6798ec17b5b20a6948fadc (patch)
tree3fa7358935278bcf94f09aee0a494307d6fbb723 /Makefile
parent33a6d5a634ed6a6c09e9cecda75f6cc15bd07209 (diff)
downloadpython-coveragepy-42bc620a892b6f0b2e6798ec17b5b20a6948fadc.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 f932df8..9cbdb1a 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