Skip to content

Commit

Permalink
Test Linux and macOS on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 11, 2019
1 parent b580b74 commit 4127bee
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 4127bee

Please sign in to comment.