summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2020-04-11 00:10:41 +0530
committerGitHub <noreply@github.com>2020-04-11 00:10:41 +0530
commit4416e88ef13d43b0178ac1697a2d2091eef80797 (patch)
tree8b9dde3cbd399f5a269a7df573fce3de7201e2f0 /.azure-pipelines
parent5c9e83a3aaddd5ada7b556125a0cffcebbd5b493 (diff)
parent4127beeb502db3a05e1c7dd916b1a69ca0592361 (diff)
downloadpip-4416e88ef13d43b0178ac1697a2d2091eef80797.tar.gz
Merge pull request #7321 from hugovk/azurepipelines-3.8-linux-macos
Azure Pipelines: Test Linux and macOS on Python 3.8
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.azure-pipelines/jobs/test.yml b/.azure-pipelines/jobs/test.yml
index cadf99a51..68b6e5268 100644
--- a/.azure-pipelines/jobs/test.yml
+++ b/.azure-pipelines/jobs/test.yml
@@ -35,7 +35,10 @@ jobs:
Python37:
python.version: '3.7'
python.architecture: x64
- maxParallel: 3
+ Python38:
+ python.version: '3.8'
+ python.architecture: x64
+ maxParallel: 4
steps:
- template: ../steps/run-tests.yml