Skip to content

Commit

Permalink
added pytest-cov to pytest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Oct 20, 2019
1 parent a9b906e commit 14b07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ steps:
displayName: 'Install package'

- script: |
pip install pytest pytest-azurepipelines
pip install pytest pytest-azurepipelines pytest-cov
pytest
displayName: 'pytest'

0 comments on commit 14b07ca

Please sign in to comment.