summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2018-09-05 09:42:53 -0500
committerGitHub <noreply@github.com>2018-09-05 09:42:53 -0500
commit635461fca5e90c6e091f1e5b46adafc0d28bf0e2 (patch)
tree2478a11c9944777f27315d92748b8a2397c2fa4c /.github
parentFix struct sequence glossary entry grammar (GH-9030) (diff)
downloadcpython-635461fca5e90c6e091f1e5b46adafc0d28bf0e2.tar.gz
cpython-635461fca5e90c6e091f1e5b46adafc0d28bf0e2.tar.bz2
cpython-635461fca5e90c6e091f1e5b46adafc0d28bf0e2.zip
[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.
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 09eb7db0f0d..3e0f588a289 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