AP: Re-add Linux job

Done for a cleaner diff when moving this block.
This commit is contained in:
Pradyun Gedam
2020-04-10 18:44:29 +05:30
committed by Dan Ryan
parent ab3e80a7d5
commit 8807630db3
+23
View File
@@ -46,6 +46,29 @@ jobs:
parameters:
vmImage: 'Ubuntu-latest'
- job: TestLinux
pool:
vmImage: 'Ubuntu-latest'
strategy:
matrix:
"2.7":
python.version: '2.7'
python.architecture: x64
"3.6":
python.version: '3.6'
python.architecture: x64
"3.7":
python.version: '3.7'
python.architecture: x64
"3.8":
python.version: '3.8'
python.architecture: x64
maxParallel: 8
steps:
- template: .azure-pipelines/steps/run-tests.yml
parameters:
vmImage: 'Ubuntu-latest'
- job: TestWindows
timeoutInMinutes: 0
pool: