diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-26 08:27:21 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-26 08:27:21 -0400 |
commit | d8d0e4ed5856f526800110f4f516c09a709b083a (patch) | |
tree | ea8f16cffb112f0d982c6cb1bae993d1614346dd | |
parent | eb7ffa339c2071908be04b1a0c12d9d4995f941c (diff) | |
download | python-coveragepy-d8d0e4ed5856f526800110f4f516c09a709b083a.tar.gz |
Ignore another tox directory.
-rw-r--r-- | igor.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ def do_zip_mods(args): def do_check_eol(args): """Check files for incorrect newlines and trailing whitespace.""" - ignore_dirs = ['.svn', '.hg', '.tox'] + ignore_dirs = ['.svn', '.hg', '.tox', '.tox_kits'] checked = set([]) def check_file(fname, crlf=True, trail_white=True): |