[3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066) · python/cpython@635461f (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 635461f

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.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -36,4 +36,3 @@ environment:
36 36 HOST_PYTHON: C:\Python36\python.exe
37 37 image:
38 38 - Visual Studio 2015
39 - - Visual Studio 2017