From fe75da660c14e5955337fa85bcff641fd1d11881 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Tue, 18 Dec 2018 09:26:17 -0800 Subject: [PATCH] Remove failing Appveyor Python 2.7 32-bit build There seems to be some sort of dependency issue on Appveyor, but it's not worth tracking down given how we'll be dropping Python 2.7 in the new year anyways. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b816374e6e0..7020adae572 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,6 @@ branches: environment: matrix: - - PYTHON: "C:\\Python27-conda32" - PYTHON_VERSION: "2.7" - PYTHON_ARCH: "32" - CONDA_ENV: "py27-windows" - - PYTHON: "C:\\Python27-conda64" PYTHON_VERSION: "2.7" PYTHON_ARCH: "64"