Update Azure Pipelines

This commit is contained in:
Michael Mintz 2021-11-15 15:10:55 -05:00
parent aeeca88d94
commit 3bd856d909
1 changed files with 5 additions and 5 deletions

View File

@ -11,15 +11,15 @@ jobs:
vmImage: 'Ubuntu-20.04' vmImage: 'Ubuntu-20.04'
strategy: strategy:
matrix: matrix:
Python3.5: Python3_5:
python.version: '3.5' python.version: '3.5'
Python3.6: Python3_6:
python.version: '3.6' python.version: '3.6'
Python3.7: Python3_7:
python.version: '3.7' python.version: '3.7'
Python3.8: Python3_8:
python.version: '3.8' python.version: '3.8'
Python3.9: Python3_9:
python.version: '3.9' python.version: '3.9'
maxParallel: 5 maxParallel: 5