summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-25 18:40:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-25 18:40:50 -0500
commitce2fb5ab97cef3da85b9cc8ca7b44b970640ee67 (patch)
tree09db280496e575472d3058e6fae4db7a834a3321 /Makefile
parent86eb1db2365143d025fa64a67587c1723977e787 (diff)
downloadpython-coveragepy-ce2fb5ab97cef3da85b9cc8ca7b44b970640ee67.tar.gz
Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c87f00..d582723 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean:
sterile: clean
-rm -rf .tox*
-LINTABLE = coverage setup.py test
+LINTABLE = coverage igor.py setup.py test
lint:
-pylint --rcfile=.pylintrc $(LINTABLE)