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 0ec6814 commit be08072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
install:
- pip install .[async]
- pip install -r test_requirements.txt
- pip instll coveralls
- pip install coveralls
script: coverage run -m pytest pytests/test_async_api.py
after_success: coveralls
deploy:
Expand Down

0 comments on commit be08072

Please sign in to comment.