diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-11 08:33:52 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-11 08:33:52 -0400 |
| commit | d6844a2fd49a2a807399f16981a7b501c527b5e0 (patch) | |
| tree | 19ea1a105e81306e70716d9c650aeaec6946fadb /Makefile | |
| parent | 33035f76f086bf4e50b40437c99b40db4c7b9aa6 (diff) | |
| download | python-coveragepy-git-d6844a2fd49a2a807399f16981a7b501c527b5e0.tar.gz | |
Move checkeol.py into igor.py, and ignore .tox
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
