mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Test with Neovim
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -5,11 +5,20 @@ env:
|
||||
matrix:
|
||||
- ENV=test
|
||||
- ENV=check
|
||||
- ENV=test_nvim
|
||||
install:
|
||||
- |
|
||||
if [ "$ENV" = "test" ]; then
|
||||
python3.6 -m pip install pytest
|
||||
fi
|
||||
- |
|
||||
# https://github.com/neovim/bot-ci#generated-builds
|
||||
if [ "$ENV" = "test_nvim" ]; then
|
||||
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
|
||||
pip --version
|
||||
pip install neovim
|
||||
else
|
||||
vim --version
|
||||
fi
|
||||
script:
|
||||
- vim --version
|
||||
- make --keep-going "$ENV"
|
||||
|
||||
Reference in New Issue
Block a user