Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saklar13 committed Mar 18, 2020
1 parent be08072 commit 7930e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- pip install .[async]
- pip install -r test_requirements.txt
- pip install coveralls
script: coverage run -m pytest pytests/test_async_api.py
script: pytest pytests --cov cloudshell
after_success: coveralls
deploy:
skip_cleanup: true
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ mock
pyfakefs
pytest; python_version >= '3.7'
pytest-asyncio; python_version >= '3.7'
pytest-cov; python_version >= '3.7'

0 comments on commit 7930e65

Please sign in to comment.