mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
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:
@@ -2,6 +2,8 @@ sudo: required
|
||||
language: python
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
env:
|
||||
- BOTO_CONFIG=''
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user