From 435985ab7c5a8a15fb16c065df68297ad8a0602a Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Thu, 19 Oct 2023 17:30:22 -0400 Subject: [PATCH] chore: fix after_success for travis. Did not run last commit. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b38a9f5e..f3116772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ @@ -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