Skip to content

Commit

Permalink
chore: fix after_success for travis. Did not run last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Oct 19, 2023
1 parent 63439b3 commit 435985a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ script:
- PATH=$VIRTUAL_ENV/bin:$PATH
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
- python -c "import sys; print('python version ', sys.version)"
- set -xv; if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
python -m pytest -r a \
--durations=20 \
-W default \
Expand All @@ -183,7 +183,7 @@ script:

after_success:
# from https://docs.codecov.com/docs/codecov-uploader#integrity-checking-the-uploader
- curl https://keybase.io/codecovsecurity/pgp_keys.asc |
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | \
gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
Expand Down

0 comments on commit 435985a

Please sign in to comment.