summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-07-09 09:55:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-07-09 09:55:22 -0400
commit829cde3cb6fcd15ebf884446b6a27d7e2dc7aadb (patch)
treebd50ea6052871f1e0cc5f282728acca00c462293 /checkeol.py
parent2dd34c19fdacc7d34665b0a7eb07cee065da36a8 (diff)
downloadpython-coveragepy-git-829cde3cb6fcd15ebf884446b6a27d7e2dc7aadb.tar.gz
Py3k: an explicit coverage.py script since setuptools can't make one for us.
Diffstat (limited to 'checkeol.py')
-rw-r--r--checkeol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkeol.py b/checkeol.py
index 68efc2fa..8b6f60c0 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -20,5 +20,6 @@ def check_files(root, patterns):
dirs.remove('.svn')
check_files("coverage", ["*.py"])
+check_files("scripts", ["*"])
check_files("test", ["*.py", "*,cover"])
check_file("setup.py")