summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-12 12:32:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-12 12:32:12 -0400
commitc6933d0d26c8fb26fd26d6b4cf93204cdbb7ef3e (patch)
treea245531abd8adc1e909bf2bf64dabaada2543f7c /Makefile
parent6930a02e97673fd4c4681a8e37e6a8b1f747415c (diff)
downloadpython-coveragepy-git-c6933d0d26c8fb26fd26d6b4cf93204cdbb7ef3e.tar.gz
Some light clean up of test_farm.py due to pylint.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c1ed49d..77b7d607 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ clean:
lint: clean
python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
+ python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
python /Python25/Lib/tabnanny.py coverage
python checkeol.py