mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 22:22:44 +00:00
build/test: install vroom/python-client from the master branch
This commit is contained in:
@@ -67,7 +67,7 @@ install_prebuilt_deps() {
|
|||||||
|
|
||||||
install_vroom() {
|
install_vroom() {
|
||||||
(
|
(
|
||||||
sudo pip install neovim
|
sudo pip install git+https://github.com/neovim/python-client.git
|
||||||
git clone git://github.com/google/vroom
|
git clone git://github.com/google/vroom
|
||||||
cd vroom
|
cd vroom
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|||||||
Reference in New Issue
Block a user