diff options
author | 2018-01-06 20:41:17 -0600 | |
---|---|---|
committer | 2018-01-06 20:41:17 -0600 | |
commit | 7f7de371f947dc38e67505601927e9bc58fa268a (patch) | |
tree | 6f93d1d39f23806777dc59a5f42bb6d5fff209f5 /.github | |
parent | bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c... (diff) | |
download | cpython-7f7de371f947dc38e67505601927e9bc58fa268a.tar.gz cpython-7f7de371f947dc38e67505601927e9bc58fa268a.tar.bz2 cpython-7f7de371f947dc38e67505601927e9bc58fa268a.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b052b28f8aa..b7a01335d61 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/ |