From 35971cd6427db7a894db1c043429c9a5fc98a51b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 29 May 2016 08:04:09 -0700 Subject: [PATCH] PYTHON_ARCH does nothing in appveyor --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c7d3e1a9..3220eef3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,17 +2,11 @@ version: "{build}" environment: matrix: - PYTHON: "C:\\Python27" - PYTHON_ARCH: 32 - PYTHON: "C:\\Python27-x64" - PYTHON_ARCH: 64 - PYTHON: "C:\\Python34" - PYTHON_ARCH: 32 - PYTHON: "C:\\Python34-x64" - PYTHON_ARCH: 32 - PYTHON: "C:\\Python35" - PYTHON_ARCH: 32 - PYTHON: "C:\\Python35-x64" - PYTHON_ARCH: 64 matrix: fast_finish: true init: