Skip to content

Commit

Permalink
Add missing pips packages to travis-ci and coveralls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
solancer committed Aug 4, 2020
1 parent 0e1aa65 commit 9a4d71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ install:
- pip install pytest-cov
- pip install coveralls
- pip install requests
- pip install pyjwt
- pip install uuid

script:
- pytest --cov=tests/
Expand Down

0 comments on commit 9a4d71c

Please sign in to comment.