Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 7f6ee00

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9bd0d8d commit 7f6ee00

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ steps:
2828
pip install -r requirements.txt
2929
displayName: 'Install dependencies'
3030

31+
#- script: |
32+
# pip install pytest pytest-azurepipelines
33+
# pytest
34+
# displayName: 'pytest'
35+
3136
- script: |
32-
pip install pytest pytest-azurepipelines
33-
pytest
34-
displayName: 'pytest'
37+
pip install pytest
38+
pip install pytest-cov
39+
pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
40+
displayName: 'Test with pytest'

0 commit comments

Comments
 (0)