From 8eaae94d0863dd281ec7225458c04ff4be7178df 2017-01-29 22:09:15 From: Matthias Bussonnier Date: 2017-01-29 22:09:15 Subject: [PATCH] Cut more appveyor tests. The sequential nature of Appveyor still make it way slower than Travis. I'm thus proposing cutting 3.4 and 3.5 from the 64bit section. We thus still test on older and newer Pythons which have the most chance of catching bugs as 3.3 will fail if we use a non-existing yet feature and 3.6 fail on deprecated behaviors. --- diff --git a/appveyor.yml b/appveyor.yml index e63df17..708b95f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,14 +12,6 @@ environment: PYTHON_VERSION: "3.3.x" PYTHON_ARCH: "64" - - PYTHON: "C:\\Python34-x64" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "64"