Skip to content

Commit c939ca5

Browse files
committed
Enable Google BigQuery (pandas.io.gbq) integration testing pandas-dev#11089
1 parent 8d1646c commit c939ca5

File tree

4 files changed

+190
-100
lines changed

4 files changed

+190
-100
lines changed

.travis.yml

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

231231
before_install:
232+
- openssl aes-256-cbc -K $encrypted_4a66b2b60580_key -iv $encrypted_4a66b2b60580_iv -in travis_gbq.json.enc -out travis_gbq.json -d
232233
- echo "before_install"
233234
- echo $VIRTUAL_ENV
234235
- 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

0 commit comments

Comments
 (0)