summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-24 00:04:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-24 00:04:29 -0500
commitfb971f338581e9c9d35009fb61effbae3ea48d3c (patch)
treed1ce95da1df02354f38fc9a962ca4df3887c0074 /checkeol.py
parent0cb94df339dfd606fccf58253bc621f031679da7 (diff)
downloadpython-coveragepy-git-fb971f338581e9c9d35009fb61effbae3ea48d3c.tar.gz
Cleaning line endings
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 7af9d8b0..6464893c 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -33,4 +33,5 @@ check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"])
check_files("test", ["*.py"])
check_files("test", ["*,cover"], trail_white=False)
check_file("setup.py")
+check_files("doc", ["*.rst"])
check_files(".", ["*.txt"])