From c8f27ee4a3cd9b61f7cf38fcb7265d3b25513272 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Fri, 10 Jan 2020 10:14:16 -0700 Subject: [PATCH] fix codecov integration issue caused by https://github.com/codecov/codecov-python/issues/224 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 15bec089..3ccc948e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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