[Python-checkins] [3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066)

Zachary Ware webhook-mailer at python.org
Wed Sep 5 10:42:56 EDT 2018


https://github.com/python/cpython/commit/635461fca5e90c6e091f1e5b46adafc0d28bf0e2
commit: 635461fca5e90c6e091f1e5b46adafc0d28bf0e2
branch: 3.6
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-09-05T09:42:53-05:00
summary:

[3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066)

Remove VS2017 image from AppVeyor config.

We're currently having caching issues between the two images, and VS2017 builds are tested by VSTS.  Removing that one here will significantly decrease the time that AppVeyor builds take on this branch.

files:
M .github/appveyor.yml

diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 09eb7db0f0d4..3e0f588a2892 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -36,4 +36,3 @@ environment:
   HOST_PYTHON: C:\Python36\python.exe
 image:
   - Visual Studio 2015
-  - Visual Studio 2017



More information about the Python-checkins mailing list