From f30c0198219016810bfb026459f9db1a4e68555e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 6 Aug 2016 13:48:44 -0400 Subject: Windows 3.3 on Appveyor isn't building, so skip it. --- appveyor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8fb99b43..914e2974 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,18 +34,6 @@ environment: PYTHON_VERSION: "2.7.11" PYTHON_ARCH: "64" - - JOB: "3.3 32-bit" - TOXENV: "py33" - PYTHON: "C:\\Python33" - PYTHON_VERSION: "3.3" - PYTHON_ARCH: "32" - - - JOB: "3.3 64-bit" - TOXENV: "py33" - PYTHON: "C:\\Python33-x64" - PYTHON_VERSION: "3.3" - PYTHON_ARCH: "64" - - JOB: "3.4 32-bit" TOXENV: "py34" PYTHON: "C:\\Python34" -- cgit v1.2.1