2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Enable more MSVC versions.

This commit is contained in:
Stefan Seefeld
2018-03-09 13:17:24 -05:00
parent 6b8ab7a5a3
commit 61591f7ad2

View File

@@ -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