Skip to content

Commit

Permalink
Merge pull request #7321 from hugovk/azurepipelines-3.8-linux-macos
Browse files Browse the repository at this point in the history
Azure Pipelines: Test Linux and macOS on Python 3.8
  • Loading branch information
pradyunsg authored Apr 10, 2020
2 parents 5c9e83a + 4127bee commit 4416e88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .azure-pipelines/jobs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4416e88

Please sign in to comment.