Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2019-10-24 13:48:01 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2019-10-24 13:48:00 +0300
commit60673e8a81d1a0695921a30df808bfeed18fb884 (patch)
tree90ac333b9c4bc573187ea4dbd4aa989c92915ed8 /tox.cover.py
parent3132c32c262e4d81b366a5df9aa72b4c6037bef4 (diff)
Remove AppVeyor. (#7440)
Diffstat (limited to 'tox.cover.py')
-rwxr-xr-xtox.cover.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.cover.py b/tox.cover.py
index c313419ed..6981bbb41 100755
--- a/tox.cover.py
+++ b/tox.cover.py
@@ -56,9 +56,9 @@ def cover(package):
def main():
description = """
-This script is used by tox.ini (and thus by Travis CI and AppVeyor) in order
-to generate separate stats for each package. It should be removed once those
-packages are moved to a separate repo.
+This script is used by tox.ini (and thus by Travis CI and Azure Pipelines) in
+order to generate separate stats for each package. It should be removed once
+those packages are moved to a separate repo.
Option -e makes sure we fail fast and don't submit to codecov."""
parser = argparse.ArgumentParser(description=description)