From 0766c2974ac942240d0092c9afb0b168df031935 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 15 Jul 2018 14:58:34 -0400 Subject: For now disable 64 bit tests on appveyor. We burn a lot of time running both 32 and 64 bits. Enable python 3.7. --- .appveyor.yml | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index fe231d2..31ec590 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,32 +40,41 @@ environment: - PYTHON: "C:\\Python36" BUILD_JOB_NUM: 4 - - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python37" BUILD_JOB_NUM: 1 - - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python37" BUILD_JOB_NUM: 2 - - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python37" BUILD_JOB_NUM: 3 - - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python37" BUILD_JOB_NUM: 4 - - PYTHON: "C:\\Python35-x64" - BUILD_JOB_NUM: 1 - - PYTHON: "C:\\Python35-x64" - BUILD_JOB_NUM: 2 - - PYTHON: "C:\\Python35-x64" - BUILD_JOB_NUM: 3 - - PYTHON: "C:\\Python35-x64" - BUILD_JOB_NUM: 4 + # - PYTHON: "C:\\Python27-x64" + # BUILD_JOB_NUM: 1 + # - PYTHON: "C:\\Python27-x64" + # BUILD_JOB_NUM: 2 + # - PYTHON: "C:\\Python27-x64" + # BUILD_JOB_NUM: 3 + # - PYTHON: "C:\\Python27-x64" + # BUILD_JOB_NUM: 4 + + # - PYTHON: "C:\\Python35-x64" + # BUILD_JOB_NUM: 1 + # - PYTHON: "C:\\Python35-x64" + # BUILD_JOB_NUM: 2 + # - PYTHON: "C:\\Python35-x64" + # BUILD_JOB_NUM: 3 + # - PYTHON: "C:\\Python35-x64" + # BUILD_JOB_NUM: 4 - - PYTHON: "C:\\Python36-x64" - BUILD_JOB_NUM: 1 - - PYTHON: "C:\\Python36-x64" - BUILD_JOB_NUM: 2 - - PYTHON: "C:\\Python36-x64" - BUILD_JOB_NUM: 3 - - PYTHON: "C:\\Python36-x64" - BUILD_JOB_NUM: 4 + # - PYTHON: "C:\\Python36-x64" + # BUILD_JOB_NUM: 1 + # - PYTHON: "C:\\Python36-x64" + # BUILD_JOB_NUM: 2 + # - PYTHON: "C:\\Python36-x64" + # BUILD_JOB_NUM: 3 + # - PYTHON: "C:\\Python36-x64" + # BUILD_JOB_NUM: 4 build: off build_script: -- cgit v0.12