summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-20 06:39:13 -0700
committerBob Halley <halley@dnspython.org>2020-06-20 06:39:13 -0700
commitf0589a34c6325cc2bf989e0ed6c16cb38dfefcc2 (patch)
treee775ee3210a42c1382ebfffc4aa3101dcb0132f2 /azure-pipelines.yml
parent8eb388ad49642abbff6d5d25a52564b6550d8a25 (diff)
downloaddnspython-f0589a34c6325cc2bf989e0ed6c16cb38dfefcc2.tar.gz
try azure update again
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7be3cec..2ad0e08 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,7 +26,7 @@ jobs:
displayName: 'Install dependencies'
- script: |
- pip install pytest pytest-azurepipelines
+ pip install pytest pytest-cov pytest-azurepipelines
pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
displayName: 'pytest'
@@ -65,7 +65,7 @@ jobs:
displayName: 'Install dependencies'
- script: |
- pip install pytest pytest-azurepipelines
+ pip install pytest pytest-cov pytest-azurepipelines
pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
displayName: 'pytest'