From ce39dc2c838a48063d5f7c2d1345e2712f3c7d38 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 6 Jun 2018 21:15:02 +0530 Subject: [PATCH] Skip AppVeyor builds on non-code changes --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 078b4db0f..2c165f758 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"