Skip to content
Snippets Groups Projects
Commit 0ab06c60 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Removed deprecated `codecov` usage from .travis.yml CI definition

parent 57760005
No related branches found
No related tags found
1 merge request!13Eliminated deprecated codecov package
......@@ -53,7 +53,7 @@ before_install:
- pip install --upgrade pip
- pip install --upgrade wheel
# Set numpy version first, other packages link against it
- pip install six nose coverage codecov pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
- pip install six nose coverage pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
- pip install pycryptodomex ruamel.yaml appdirs pylibscrypt tox asn1crypto diff_match_patch
- pip install ecdsa requests websocket-client pytz six Click prettytable click_shell
......@@ -66,7 +66,6 @@ after_success:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash util/package-osx.sh; fi
- if [[ "$BUILD_LINUX" == "yes" ]]; then bash util/package-linux.sh; fi
- coveralls
- codecov
# - python-codacy-coverage -r coverage.xml
addons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment