diff options
Diffstat (limited to 'checkeol.py')
-rw-r--r-- | checkeol.py | 1 |
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"]) |