Skip to content

Commit

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

- script: |
pip install pytest pytest-azurepipelines
pytest --cov=investpy/
pip install pytest pytest-azurepipelines python-coveralls
pytest --cov investpy
coveralls
env:
consumer_key: $(consumer_key)
consumer_secret: $(consumer_secret)
access_token: $(access_token)
access_token_secret: $(access_token_secret)
after_success:
coveralls
displayName: 'Run pytest'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.22.0
requests_oauthlib==1.2.0
oauth2==1.9.0.post1
setuptools==40.6.3
requests_oauthlib==1.2.0
requests==2.22.0
oauth2==1.9.0.post1

0 comments on commit 2b8ab0c

Please sign in to comment.