There was an error while loading. Please reload this page.
1 parent 47a8e71 commit f92cd7eCopy full SHA for f92cd7e
.travis.yml
@@ -229,6 +229,13 @@ matrix:
229
- USE_CACHE=true
230
231
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
239
- echo "before_install"
240
- echo $VIRTUAL_ENV
241
- export PATH="$HOME/miniconda/bin:$PATH"
ci/requirements-2.7.pip
@@ -6,3 +6,4 @@ oauth2client==1.5.0
6
pathlib
7
backports.lzma
8
py
9
+PyCrypto
ci/travis_gbq.json.enc
2.3 KB
0 commit comments