diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 11:55:42 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 11:55:42 -0400 |
| commit | 8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e (patch) | |
| tree | 7a535aa994abd7652eec701826a044696b5c55ff /Makefile | |
| parent | ca7835307e10412cd8530dafa1cbfea199ab98bd (diff) | |
| download | python-coveragepy-8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e.tar.gz | |
Commonalize more of the test case code.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,11 +20,11 @@ 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 + lint: clean -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage - -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py - -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py - -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/coveragetest.py + -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE_TESTS) python /Python25/Lib/tabnanny.py coverage python checkeol.py |
