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