From 6f4f1175d685464c4646cd7d2bb4e5f49ef63468 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 4 May 2016 13:05:52 +0200 Subject: [PATCH] appveyor.yml: simplify matrix --- appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8b3f567e..a97b644e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,14 +4,8 @@ environment: matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7.x" # currently 2.7.9 - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python27-x64" - PYTHON_VERSION: "3.4.x" # currently 3.4.3 - PYTHON_ARCH: "64" + - PYTHON: "C:\\Python33-x64" install: -- 2.11.0