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

Merge branch 'bw_deprecated_codecov_elimination' into 'master'

Eliminated deprecated codecov package

See merge request !13
parents 80a28c6d 0ab06c60
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:
......
......@@ -27,6 +27,5 @@ parameterized
tox
codacy-coverage
virtualenv
codecov
diff_match_patch
asn1crypto
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