summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:11:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:48:31 -0500
commit76e80108c11b042e6e929641fe3f38975f5765ba (patch)
tree30108065126938ccceb395f2dae706857e6ccab9 /igor.py
parent73b63060c3de39453f2af57db5eb9610c0f39625 (diff)
downloadpython-coveragepy-git-76e80108c11b042e6e929641fe3f38975f5765ba.tar.gz
Remove unneeded CI and kitting support
We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
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):