build/test: install vroom/python-client from the master branch

This commit is contained in:
Thiago de Arruda
2014-09-12 13:35:31 -03:00
parent 545acf2024
commit 2a67b847aa

View File

@@ -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