From 635461fca5e90c6e091f1e5b46adafc0d28bf0e2 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 5 Sep 2018 09:42:53 -0500 Subject: [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. --- .github/appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 09eb7db..3e0f588 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 -- cgit v0.12