From 2a67b847aa2074f688fce9f96e060eeb5ba29435 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 12 Sep 2014 13:35:31 -0300 Subject: build/test: install vroom/python-client from the master branch --- .ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/common.sh b/.ci/common.sh index 09a6e24b9d..ba00011222 100644 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -67,7 +67,7 @@ install_prebuilt_deps() { install_vroom() { ( - sudo pip install neovim + sudo pip install git+https://github.com/neovim/python-client.git git clone git://github.com/google/vroom cd vroom python setup.py build -- cgit