From e93fbcf7015d2b15e13459842c93a12171722efd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 7 Jun 2019 22:36:42 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index d2314bc40dd..da7c827b50b 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -15,11 +15,11 @@ variables: jobs: -- job: 'Pip_Install_Demo' +- job: 'Check_Python' pool: vmImage: 'ubuntu-latest' strategy: - maxParallel: 1 + maxParallel: 2 matrix: Python35: python.version: '3.5'