From ceac04b82d85d1c0f7d4d8e7d59f84832d7c801c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 7 Jun 2019 22:40:32 +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 da7c827b50b..30dff6ed216 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -15,7 +15,7 @@ variables: jobs: -- job: 'Check_Python' +- job: 'Check' pool: vmImage: 'ubuntu-latest' strategy: @@ -76,5 +76,5 @@ jobs: - script: | . venv/bin/activate - pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar + pytest --timeout=9 --durations=10 tests displayName: 'Run pytest for python $(python.version)'