summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 9a632b57..31d4bacc 100644
--- a/igor.py
+++ b/igor.py
@@ -310,9 +310,10 @@ def do_check_eol():
check_file("setup.py")
check_file("igor.py")
check_file("Makefile")
- check_file(".travis.yml")
check_files(".", ["*.rst", "*.txt"])
check_files(".", ["*.pip"])
+ check_files(".github", ["*"])
+ check_files("ci", ["*"])
def print_banner(label):