Skip to content

Commit 61591f7

Browse files
committed
Enable more MSVC versions.
1 parent 6b8ab7a commit 61591f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ environment:
3333
MSVC: "12.0"
3434
ARCH: x86_64
3535

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+
3642
install:
3743
# If there is a newer build queued for the same PR, cancel this one.
3844
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)