From 0ab06c60f571e534c4fc778be6129c532b3d32cf Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Wed, 12 Apr 2023 20:38:26 +0200 Subject: [PATCH] Removed deprecated `codecov` usage from .travis.yml CI definition --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 692fd7f0..3f6258e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- GitLab