Skip to content

Commit

Permalink
Merge pull request #4 from matsoftware/fix-code-cov
Browse files Browse the repository at this point in the history
Fix existing issue with codecov ( z4r/python-coveralls#66 )
  • Loading branch information
matsoftware authored Feb 10, 2019
2 parents cf62a9c + 5755c41 commit 9634a52
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 @@ -4,7 +4,7 @@ python:
- "3.6"
before_install:
- pip install codecov
- pip install pytest pytest-cov
- pip install pytest 'pytest-cov==2.5.0'
install:
- pip install -q coverage
- pip install -r requirements.txt
Expand Down

0 comments on commit 9634a52

Please sign in to comment.