]> granicus.if.org Git - python/commitdiff
[3.6] Kill the AppVeyor file whitelist (GH-5122)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 7 Jan 2018 03:16:33 +0000 (21:16 -0600)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2018 03:16:33 +0000 (21:16 -0600)
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
(cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a)

.github/appveyor.yml

index 96674ce84d8cddd13241b08bdd87c503d972d0c0..b8a01c313f63baf414fd2458a6c50ced1a31bfa2 100644 (file)
@@ -17,20 +17,3 @@ environment:
 image:
 - Visual Studio 2015
 - Visual Studio 2017
-
-# Only trigger AppVeyor if actual code or its configuration changes
-only_commits:
-  files:
-    - .github/appveyor.yml
-    - .gitattributes
-    - Grammar/
-    - Include/
-    - Lib/
-    - Modules/
-    - Objects/
-    - PC/
-    - PCBuild/
-    - Parser/
-    - Programs/
-    - Python/
-    - Tools/