Skip AppVeyor when building on tags

This commit is contained in:
Bruno Oliveira
2018-07-23 17:03:06 -03:00
parent bb91f5459d
commit c6306e4fbe

View File

@@ -17,3 +17,7 @@ build: false # Not a C# project, build stuff at the test step instead.
test_script: test_script:
- C:\Python35\python -m tox - 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