Skip to content

Commit

Permalink
Upload coverage on same Python version as tests (urllib3#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored and sethmlarson committed Sep 23, 2019
1 parent 03bdaf6 commit 6b08ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,6 @@ install:

script:
- ./_travis/run.sh

after_success:
- ./_travis/upload_coverage.sh

cache:
Expand Down
4 changes: 2 additions & 2 deletions _travis/upload_coverage.sh
Expand Up @@ -3,6 +3,6 @@
set -exo pipefail

if [[ -e .coverage ]]; then
python3 -m pip install codecov
python3 -m codecov --env TRAVIS_OS_NAME,NOX_SESSION
python -m pip install codecov
python -m codecov --env TRAVIS_OS_NAME,NOX_SESSION
fi

0 comments on commit 6b08ae6

Please sign in to comment.