From 61591f7ad2619e44a800f0b091143fa6eb6a55e2 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Fri, 9 Mar 2018 13:17:24 -0500 Subject: [PATCH] Enable more MSVC versions. --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4993cdc8..1770d871 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,6 +33,12 @@ environment: MSVC: "12.0" ARCH: x86_64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "64" + MSVC: "14.1" + ARCH: x86_64 + install: # If there is a newer build queued for the same PR, cancel this one. # The AppVeyor 'rollout builds' option is supposed to serve the same