Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
0ab06c60
Commit
0ab06c60
authored
1 year ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
Removed deprecated `codecov` usage from .travis.yml CI definition
parent
57760005
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Eliminated deprecated codecov package
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-2
1 addition, 2 deletions
.travis.yml
with
1 addition
and
2 deletions
.travis.yml
+
1
−
2
View file @
0ab06c60
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment