From c568f7ba89da53654162ed04ce64117f5c0b9f99 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 3 May 2020 14:09:35 +0100 Subject: [PATCH] Add pytest-azurepipelines plugin --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b2d324be..4fb53b11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: inputs: versionSpec: '3.8' - bash: | - python -m pip install -r requirements-dev.txt + python -m pip install -r requirements-dev.txt pytest-azurepipelines python ./bin/run_tests.py - job: macos_38 @@ -16,7 +16,7 @@ jobs: inputs: versionSpec: '3.8' - bash: | - python -m pip install -r requirements-dev.txt + python -m pip install -r requirements-dev.txt pytest-azurepipelines python ./bin/run_tests.py - job: windows_36 @@ -28,7 +28,7 @@ jobs: - script: choco install vcpython27 -f -y displayName: Install Visual C++ for Python 2.7 - bash: | - python -m pip install -r requirements-dev.txt + python -m pip install -r requirements-dev.txt pytest-azurepipelines python ./bin/run_tests.py - job: windows_38 @@ -40,6 +40,6 @@ jobs: - script: choco install vcpython27 -f -y displayName: Install Visual C++ for Python 2.7 - bash: | - python -m pip install -r requirements-dev.txt + python -m pip install -r requirements-dev.txt pytest-azurepipelines python ./bin/run_tests.py