Browse Source

Fix No module named google_compute_engine error

John Kleinschmidt 7 years ago
parent
commit
85d76acebb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -3,6 +3,9 @@ git:
 notifications:
   email: false
 
+before_install:
+  - export BOTO_CONFIG=/dev/null
+  
 language: node_js
 node_js:
   - "4"