mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
travis: Install neovim module for testing the python provider.
python_spec.lua depends on the python client installed.
This commit is contained in:
@@ -46,6 +46,7 @@ check_core_dumps() {
|
||||
}
|
||||
|
||||
setup_deps() {
|
||||
sudo pip install neovim
|
||||
if [ "$BUILD_NVIM_DEPS" != "true" ]; then
|
||||
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) deps-${1}"
|
||||
elif [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
|
||||
Reference in New Issue
Block a user