We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9433325 + d044159 commit 1b09518Copy full SHA for 1b09518
appveyor.yml
@@ -32,3 +32,7 @@ build: false # Not a C# project, build stuff at the test step instead.
32
33
test_script:
34
- 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