From 2b7647b461a4e69f93c99eb936d883c6baf5a0fc Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Wed, 17 Jun 2015 17:04:26 +0200 Subject: [PATCH] AppVeyor: Only build against python 3.4 AppVeyor build times take too long to test against all python versions. We need to strip that down in order to be able to use it properly. --- .misc/appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.misc/appveyor.yml b/.misc/appveyor.yml index 9636ff623e..cb3e86c91a 100644 --- a/.misc/appveyor.yml +++ b/.misc/appveyor.yml @@ -6,18 +6,6 @@ environment: CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.misc\\run_with_env.cmd" matrix: - - PYTHON: "C:\\Python33" - PYTHON_VERSION: "3.3" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python33-x64" - PYTHON_VERSION: "3.3" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4" PYTHON_ARCH: "64"