File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ script:
165165 - PATH=$VIRTUAL_ENV/bin:$PATH
166166 - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
167167 - python -c "import sys; print('python version ', sys.version)"
168- - set -xv; if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
168+ - if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
169169 python -m pytest -r a \
170170 --durations=20 \
171171 -W default \
@@ -183,7 +183,7 @@ script:
183183
184184after_success :
185185 # from https://docs.codecov.com/docs/codecov-uploader#integrity-checking-the-uploader
186- - curl https://keybase.io/codecovsecurity/pgp_keys.asc |
186+ - curl https://keybase.io/codecovsecurity/pgp_keys.asc | \
187187 gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
188188 - curl -Os https://uploader.codecov.io/latest/linux/codecov
189189 - curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
You can’t perform that action at this time.
0 commit comments