1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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"