Use exact python versions

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-05-27 15:30:50 -04:00
parent 6353c61120
commit 91fe366b11
+9 -10
View File
@@ -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