Skip to content

Commit

Permalink
skip codecov==2.1.3 because of codecov/codecov-python#261
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <[email protected]>
  • Loading branch information
hoefling committed May 23, 2020
1 parent f9fe561 commit 0a674b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ addons:
- lcov
install:
- travis_retry pip install --upgrade pip setuptools wheel
- travis_retry pip install coverage codecov -r requirements-test.txt --upgrade --force-reinstall
- travis_retry pip install coverage 'codecov!=2.1.3' -r requirements-test.txt --upgrade --force-reinstall
- travis_retry pip install -e "."
- pip list
script: coverage run -m pytest -v tests --color=yes
Expand Down

0 comments on commit 0a674b7

Please sign in to comment.