summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-07-11 08:33:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-07-11 08:33:52 -0400
commitd6844a2fd49a2a807399f16981a7b501c527b5e0 (patch)
tree19ea1a105e81306e70716d9c650aeaec6946fadb /Makefile
parent33035f76f086bf4e50b40437c99b40db4c7b9aa6 (diff)
downloadpython-coveragepy-git-d6844a2fd49a2a807399f16981a7b501c527b5e0.tar.gz
Move checkeol.py into igor.py, and ignore .tox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b450338..5cf49310 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ LINTABLE = coverage setup.py test
lint:
-pylint --rcfile=.pylintrc $(LINTABLE)
python -m tabnanny $(LINTABLE)
- python checkeol.py
+ python igor.py check_eol
pep8:
pep8 --filename=*.py --ignore=E401,E301 --repeat coverage