Skip AppVeyor builds on non-code changes

This commit is contained in:
Pradyun Gedam 2018-06-06 21:15:02 +05:30
parent 577ba77a88
commit ce39dc2c83
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
skip_commits:
files:
- .github/
- docs/
- news/
- tools/travis/
- '**/*.rst'
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"