We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ab7a commit 61591f7Copy full SHA for 61591f7
1 file changed
.appveyor.yml
@@ -33,6 +33,12 @@ environment:
33
MSVC: "12.0"
34
ARCH: x86_64
35
36
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
37
+ PYTHON_VERSION: "3.6.x"
38
+ PYTHON_ARCH: "64"
39
+ MSVC: "14.1"
40
+ ARCH: x86_64
41
+
42
install:
43
# If there is a newer build queued for the same PR, cancel this one.
44
# The AppVeyor 'rollout builds' option is supposed to serve the same
0 commit comments