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:
|
matrix:
|
||||||
- ENV=test
|
- ENV=test
|
||||||
- ENV=check
|
- ENV=check
|
||||||
|
- ENV=test_nvim
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$ENV" = "test" ]; then
|
if [ "$ENV" = "test" ]; then
|
||||||
python3.6 -m pip install pytest
|
python3.6 -m pip install pytest
|
||||||
fi
|
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:
|
script:
|
||||||
- vim --version
|
|
||||||
- make --keep-going "$ENV"
|
- make --keep-going "$ENV"
|
||||||
|
|||||||
Reference in New Issue
Block a user