Mercurial > p > roundup > code
diff .travis.yml @ 7669:fa5c3c86bcf2
chore: fix after_success for travis. Did not run last commit.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Oct 2023 17:30:22 -0400 |
| parents | 3df2441f3a1e |
| children | 78585199552a 3071db43bfb6 |
line wrap: on
line diff
--- a/.travis.yml Thu Oct 19 16:11:25 2023 -0400 +++ b/.travis.yml Thu Oct 19 17:30:22 2023 -0400 @@ -165,7 +165,7 @@ - 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 @@ 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
