summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-06 10:01:38 -0700
committerGitHub <noreply@github.com>2017-09-06 10:01:38 -0700
commit5fcd5e64eec9ed67613b8fe7356fb8288151ceba (patch)
tree7f439fe482a133d7877977a255d518a5ee846024 /.github
parentbcaac8188b1a1e67d2cc155609f0f883f036df33 (diff)
downloadcpython-git-5fcd5e64eec9ed67613b8fe7356fb8288151ceba.tar.gz
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 6a79a621e0..98b32c977d 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -14,6 +14,8 @@ test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
+image:
+- Visual Studio 2017
# Only trigger AppVeyor if actual code or its configuration changes
only_commits: