Skip to content

Commit

Permalink
Merge pull request #116 from ngoldbaum/codecov-fix
Browse files Browse the repository at this point in the history
fix codecov integration issue
  • Loading branch information
ngoldbaum authored Jan 10, 2020
2 parents 34550a4 + ddd9b24 commit ce45ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ before_install:
- pyenv install -s 3.7.5
- pyenv install -s 3.8.0
- pyenv local 3.5.7 3.6.9 3.7.5 3.8.0
- pip install "coverage<5.0"
- pip install tox tox-pyenv codecov twine

# Command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit ce45ced

Please sign in to comment.