From c955e298057d87a8fee4d5dd9a42104a1b567d0f Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 10 Mar 2016 20:02:40 +0100 Subject: [PATCH] Disable gce boto plugins by overriding BOTO_CONFIG These plugins are not compatible with python 3 and breaking unit tests --- .travis.yml | 2 ++ acceptance_tests.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58d2b988..3bf864f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: required language: python addons: postgresql: "9.5" +env: + - BOTO_CONFIG='' python: - "2.7" - "3.4" diff --git a/acceptance_tests.sh b/acceptance_tests.sh index 2ccc233d..d1fbf8d9 100644 --- a/acceptance_tests.sh +++ b/acceptance_tests.sh @@ -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