Skip to content

Commit 1b09518

Browse files
authored
Merge pull request #162 from pytest-dev/nicoddemus-patch-1
Post release adjustments: skip AppVeyor
2 parents 9433325 + d044159 commit 1b09518

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)