You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-pr-pipeline.yml
+22-12Lines changed: 22 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ variables:
6
6
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
7
7
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
8
8
COVERALLS_SERVICE_NAME: python-ci
9
-
python.version: 3.7.6
9
+
python.36: 3.6.10
10
+
python.37: 3.7.6
11
+
python.38: 3.8.1
10
12
11
13
12
14
jobs:
@@ -15,18 +17,26 @@ jobs:
15
17
#Multi-configuration and multi-agent job options are not exported to YAML. Configure these options using documentation guidance: https://docs.microsoft.com/vsts/pipelines/process/phases
16
18
pool:
17
19
name: Hosted Ubuntu 1604
18
-
#Your build pipeline references the ‘python.version’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971
19
-
#Your build pipeline references the ‘python.version’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971
0 commit comments