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 | 28e315142794df541822d84ebde90c592b93f15d (patch) | |
| tree | 2bcba2e7cc1b4782a4b596bf9cfdb7e68399e5e6 /Makefile | |
| parent | 3a9da152eef647f28d1c12f62b982a7f473a0270 (diff) | |
| download | python-coveragepy-git-28e315142794df541822d84ebde90c592b93f15d.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 |
