Skip to content

Commit

Permalink
Workaround for coverage 5.0/travis-ci incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed May 17, 2020
1 parent 2c0638f commit 48ba434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
- "3.8"
before_install:
- pip install codecov
# Workaround for https://github.com/codecov/codecov-python/issues/224
- pip install 'coverage<5.0'
- pip install pytest-cov

# Hack to remove the pytest alias defined in setup.cfg
Expand Down

0 comments on commit 48ba434

Please sign in to comment.