Skip to content

Commit ed531e5

Browse files
committed
install requirements for codecov
1 parent 041b15a commit ed531e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- stage: upload test coverage
2424
install:
2525
- pip install pytest pytest-cov codecov
26+
- pip install -r test_requirements.txt
2627
script:
2728
- pytest --cov=./
2829
- codecov

0 commit comments

Comments
 (0)