Merge pull request #314 from nicoddemus/skip-tags-appveyor
Skip AppVeyor when building on tags
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user