summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-06-27 08:28:34 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-06-27 08:28:34 -0300
commit9a56bb05be3c7e88a6dea9766fedc6d104b186fd (patch)
treea2b36d8f154db17a6f3177fd8504e44a9d82690d /appveyor.yml
parentef1b91ba8721e85430eead4c2849d8e072fe8350 (diff)
downloadpytest-9a56bb05be3c7e88a6dea9766fedc6d104b186fd.tar.gz
Skip AppVeyor builds on tag pushes
We don't deploy anything on tags with AppVeyor, we use Travis instead, so we might as well save resources
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b30da5c58..339611e72 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -46,3 +46,7 @@ test_script:
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'
+
+# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
+# might as well save resources
+skip_tags: true