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
This commit is contained in:
Bruno Oliveira
2018-06-27 08:28:34 -03:00
parent ef1b91ba87
commit 9a56bb05be

View File

@@ -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