diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2018-09-05 09:42:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 09:42:53 -0500 |
commit | 635461fca5e90c6e091f1e5b46adafc0d28bf0e2 (patch) | |
tree | 2478a11c9944777f27315d92748b8a2397c2fa4c /.github | |
parent | Fix struct sequence glossary entry grammar (GH-9030) (diff) | |
download | cpython-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.yml | 1 |
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 |