From e30c724bd4b5f156bbe80903415937fd46e9a48d Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Jul 2015 21:39:34 -0700 Subject: [PATCH] ok --- appveyor.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0d0a2b72f..401a150c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,17 @@ environment: global: CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\python-appveyor-demo\\appveyor\\run_with_env.cmd" + matrix: + - PYTHON: "C:\\Python27-x64" + PYTHON_VERSION: "2.7.x" # currently 2.7.9 + PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python33-x64" + PYTHON_VERSION: "3.3.x" # currently 3.3.5 + PYTHON_ARCH: "64" + platform: - x64 - - x86 configuration: - Release