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