Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ matrix:
- USE_CACHE=true

before_install:
- if [ -n "$encrypted_4a66b2b60580_iv" ]; then
openssl aes-256-cbc -K $encrypted_4a66b2b60580_key
-iv $encrypted_4a66b2b60580_iv -in ci/travis_gbq.json.enc
-out ci/travis_gbq.json -d;
export VALID_GBQ_CREDENTIALS=True;
fi
- echo "before_install"
- echo $VIRTUAL_ENV
- export PATH="$HOME/miniconda/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions ci/requirements-2.7.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ oauth2client==1.5.0
pathlib
backports.lzma
py
PyCrypto
Binary file added ci/travis_gbq.json.enc
Binary file not shown.
Loading