From: Zachary Ware Date: Sun, 7 Jan 2018 02:41:17 +0000 (-0600) Subject: Kill the AppVeyor file whitelist (GH-5121) X-Git-Tag: v3.7.0a4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f7de371f947dc38e67505601927e9bc58fa268a;p=python Kill the AppVeyor file whitelist (GH-5121) 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. --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b052b28f8a..b7a01335d6 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -16,20 +16,3 @@ environment: HOST_PYTHON: C:\Python36\python.exe image: - 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/