Skip to content

Commit d044159

Browse files
authored
Skip AppVeyor when deploying
1 parent 8294801 commit d044159

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ build: false # Not a C# project, build stuff at the test step instead.
3232

3333
test_script:
3434
- C:\Python35\python -m tox
35+
36+
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
37+
# might as well save resources
38+
skip_tags: true

0 commit comments

Comments
 (0)