We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fde3c commit 63e4a77Copy full SHA for 63e4a77
azure-pipelines.yml
@@ -11,17 +11,19 @@ jobs:
11
vmImage: 'Ubuntu-18.04'
12
strategy:
13
matrix:
14
- Python27:
+ Python2.7:
15
python.version: '2.7'
16
- Python35:
+ Python3.5:
17
python.version: '3.5'
18
- Python36:
+ Python3.6:
19
python.version: '3.6'
20
- Python37:
+ Python3.7:
21
python.version: '3.7'
22
- Python38:
+ Python3.8:
23
python.version: '3.8'
24
- maxParallel: 5
+ Python3.9:
25
+ python.version: '3.9'
26
+ maxParallel: 6
27
28
steps:
29
- task: UsePythonVersion@0
@@ -81,7 +83,7 @@ jobs:
81
83
#- job: 'Publish'
82
84
# dependsOn: 'Test'
85
# pool:
-# vmImage: 'Ubuntu-16.04'
86
+# vmImage: 'Ubuntu-18.04'
87
88
# steps:
89
# - task: UsePythonVersion@0
0 commit comments