From ddd9b24f0f887b8d8624c305e18a8c876d922e01 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..5093bd36 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