Skip to content

Commit

Permalink
fix codecov integration issue caused by codecov/codecov-python#224
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 10, 2020
1 parent 34550a4 commit ddd9b24
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 ddd9b24

Please sign in to comment.