Skip to content

Commit f92cd7e

Browse files
partheajreback
authored andcommitted
TST: Enable Google BigQuery (pandas.io.gbq) integration testing #11089
closes #11089 closes #14111
1 parent 47a8e71 commit f92cd7e

File tree

4 files changed

+197
-100
lines changed

4 files changed

+197
-100
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ matrix:
229229
- USE_CACHE=true
230230

231231
before_install:
232+
# gbq secure key
233+
- if [ -n "$encrypted_1d9d7b1f171b_iv" ]; then
234+
openssl aes-256-cbc -K $encrypted_1d9d7b1f171b_key
235+
-iv $encrypted_1d9d7b1f171b_iv -in ci/travis_gbq.json.enc
236+
-out ci/travis_gbq.json -d;
237+
export VALID_GBQ_CREDENTIALS=True;
238+
fi
232239
- echo "before_install"
233240
- echo $VIRTUAL_ENV
234241
- export PATH="$HOME/miniconda/bin:$PATH"

ci/requirements-2.7.pip

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ oauth2client==1.5.0
66
pathlib
77
backports.lzma
88
py
9+
PyCrypto

ci/travis_gbq.json.enc

2.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)