From 8bff268ba84c67a1ac2761679457532439da482b Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 12 Mar 2016 11:04:37 +0100 Subject: Test with multiple MSVC versions under Appveyor --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index d86785b..0259323 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,14 +2,16 @@ environment: PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4.3" PYTHON_ARCH: "64" + matrix: + - MSVC_VERSION: 10 + - MSVC_VERSION: 12 # set up for nmake: install: - - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" build_script: - - 'nmake' + - 'tools\appveyor-build.bat' test_script: - 'nmake test' -- cgit v1.2.3