From e232356f413f29c2cf9c2ddc86f623bdc05a0ade Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 21 Nov 2019 16:58:18 +0100 Subject: [PATCH] Don't test on 3.7 for now to speed up builds --- azure-pipelines.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 029cc9dd0..054365336 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,15 +50,16 @@ jobs: Python36Mac: imageName: 'macos-10.13' python.version: '3.6' - Python37Linux: - imageName: 'ubuntu-16.04' - python.version: '3.7' - Python37Windows: - imageName: 'vs2017-win2016' - python.version: '3.7' - Python37Mac: - imageName: 'macos-10.13' - python.version: '3.7' + # Don't test on 3.7 for now to speed up builds + # Python37Linux: + # imageName: 'ubuntu-16.04' + # python.version: '3.7' + # Python37Windows: + # imageName: 'vs2017-win2016' + # python.version: '3.7' + # Python37Mac: + # imageName: 'macos-10.13' + # python.version: '3.7' Python38Linux: imageName: 'ubuntu-16.04' python.version: '3.8'