From c6306e4fbe0f7ff673ff0a08861398277aeaa038 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 23 Jul 2018 17:03:06 -0300 Subject: [PATCH] Skip AppVeyor when building on tags --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3c387e6..2aa53fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,3 +17,7 @@ build: false # Not a C# project, build stuff at the test step instead. test_script: - C:\Python35\python -m tox + +# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we +# might as well save resources +skip_tags: true