Skip to content

Commit 216411a

Browse files
committed
TST: Enable Google BigQuery (pandas.io.gbq) integration testing pandas-dev#11089
1 parent 10bf721 commit 216411a

File tree

4 files changed

+196
-100
lines changed

4 files changed

+196
-100
lines changed

.travis.yml

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

231231
before_install:
232+
- if [ -n "$encrypted_1d9d7b1f171b_iv" ]; then
233+
openssl aes-256-cbc -K $encrypted_1d9d7b1f171b_key
234+
-iv $encrypted_1d9d7b1f171b_iv -in ci/travis_gbq.json.enc
235+
-out ci/travis_gbq.json -d;
236+
export VALID_GBQ_CREDENTIALS=True;
237+
fi
232238
- echo "before_install"
233239
- echo $VIRTUAL_ENV
234240
- 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)