From: Zachary Ware Date: Wed, 5 Sep 2018 14:42:53 +0000 (-0500) Subject: [3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066) X-Git-Tag: v3.6.7rc1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=635461fca5e90c6e091f1e5b46adafc0d28bf0e2;p=thirdparty%2FPython%2Fcpython.git [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. --- 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