From 91fe366b11d35a533eec8114ade48546083d8fc4 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 27 May 2019 15:30:50 -0400 Subject: [PATCH] Use exact python versions Signed-off-by: Dan Ryan --- azure-pipelines.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b55aa6c4..225d3369 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,12 +25,11 @@ jobs: strategy: matrix: Python27: - python.version: '>= 2.7' + python.version: '2.7.15' Python36: - python.version: '>= 3.6' + python.version: '3.6.8' Python37: - python.version: '>= 3.7' - python.architecture: x64 + python.version: '3.7.2' maxParallel: 4 steps: - template: .azure-pipelines/steps/run-tests.yml @@ -49,13 +48,13 @@ jobs: strategy: matrix: Python27: - python.version: '>= 2.7' + python.version: '2.7' python.architecture: x64 Python36: - python.version: '>= 3.6' + python.version: '3.6' python.architecture: x64 Python37: - python.version: '>= 3.7' + python.version: '3.7' python.architecture: x64 maxParallel: 4 steps: @@ -69,11 +68,11 @@ jobs: strategy: matrix: Python27: - python.version: '>= 2.7' + python.version: '2.7.15' Python36: - python.version: '>= 3.6' + python.version: '3.6.8' Python37: - python.version: '>= 3.7' + python.version: '3.7.2' maxParallel: 4 steps: - template: .azure-pipelines/steps/run-tests.yml