Skip to content

TST: Enable Google BigQuery (pandas.io.gbq) integration testing #11089 #14111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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