Skip to content

Commit

Permalink
Use a compatible version for codecov
Browse files Browse the repository at this point in the history
This extends the commit over
#2975
and uses a compatible version of codecov
to be able to upload report to s3.
  • Loading branch information
bkhanale committed Oct 3, 2020
1 parent 29b41bc commit 1ecf9c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ jobs:
before_script: true
script: .ci/check_unsupported.sh

# - python: 3.6
# stage: sentinel
# before_install: []
# install: pip install moban~=0.5.0 gitfs2 pypifs
# before_script: []
# script: .ci/check_moban.sh
# after_success: []
# after_failure: []
- python: 3.6
stage: sentinel
before_install: []
install: pip install moban~=0.5.0 gitfs2 pypifs
before_script: []
script: .ci/check_moban.sh
after_success: []
after_failure: []

# Entries generates from `supported_versions`
- stage: sentinel
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ colorama<0.4
coverage==4.4.1
coverage-env-plugin~=0.1
coverage-config-reload-plugin~=0.2
codecov~=2.0.5
codecov~=2.1.0
moban~=0.5.0 ; python_version > '3.0'
packaging~=16.8
pytest~=4.6
Expand Down

0 comments on commit 1ecf9c7

Please sign in to comment.