summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--checkeol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkeol.py b/checkeol.py
index 65843eec..68efc2fa 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -20,5 +20,5 @@ def check_files(root, patterns):
dirs.remove('.svn')
check_files("coverage", ["*.py"])
-check_files("test", ["*.py"])
+check_files("test", ["*.py", "*,cover"])
check_file("setup.py")