Remove AppVeyor. (#7440)

This commit is contained in:
Brad Warren
2019-10-24 12:48:00 +02:00
committed by Adrien Ferrand
parent 3132c32c26
commit 60673e8a81
2 changed files with 3 additions and 50 deletions
+3 -3
View File
@@ -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)