Skip to content

Commit

Permalink
Skip building on tags on AppVeyor
Browse files Browse the repository at this point in the history
We don't deploy on AppVeyor, so skip builds on tags
  • Loading branch information
nicoddemus committed Jul 13, 2018
1 parent bfa6161 commit da69596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ build: false

test_script:
- "%CMD_IN_ENV% python -m pytest -v tests/"

skip_tags: true

0 comments on commit da69596

Please sign in to comment.