diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-16 11:22:01 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-16 11:22:01 -0400 |
| commit | bf450492f7bf88457de5514208f9292c21430d15 (patch) | |
| tree | 1cb1a8de977d7271484019332895186bfc5a1b7c | |
| parent | a14ad24a559b175bc109abb1b91aa888d3078bd6 (diff) | |
| download | python-coveragepy-git-bf450492f7bf88457de5514208f9292c21430d15.tar.gz | |
Check for bad ws in the tests too.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
