Skip to content

Commit

Permalink
test coveralls on azure pipelines again
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé del Canto committed Aug 16, 2019
1 parent 2b8ab0c commit 8431eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ steps:
displayName: 'Install dependencies'

- script: |
pip install pytest pytest-azurepipelines python-coveralls
pytest --cov investpy
pip install pytest pytest-azurepipelines pytest-cov coveralls
pytest --cov=investpy/
coveralls
env:
consumer_key: $(consumer_key)
Expand Down

0 comments on commit 8431eb1

Please sign in to comment.