Skip to content

Commit

Permalink
Adding other requirements for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Jan 9, 2020
1 parent 0bc1d06 commit 492d133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ after_success:
- codecov
install:
- pip install pytest
- pip install pytest-cov
- pip install codecov
- pip install requests
language: python
python: 3.7
Expand Down

0 comments on commit 492d133

Please sign in to comment.