Disable gce boto plugins by overriding BOTO_CONFIG

These plugins are not compatible with python 3 and breaking unit tests
This commit is contained in:
Alexander Kukushkin
2016-03-10 20:02:40 +01:00
parent 33a1de7828
commit c955e29805
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@ sudo: required
language: python
addons:
postgresql: "9.5"
env:
- BOTO_CONFIG=''
python:
- "2.7"
- "3.4"
+1 -1
View File
@@ -13,4 +13,4 @@ curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v$
sudo pip2.7 install lettuce python-Levenshtein
sudo pip2.7 install -r requirements-py2.txt
lettuce
exec lettuce