Skip to content

Commit 435985a

Browse files
committed
chore: fix after_success for travis. Did not run last commit.
1 parent 63439b3 commit 435985a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

184184
after_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

0 commit comments

Comments
 (0)