mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-20 07:28:29 +08:00
Style fixes (via vint) (#662)
This also adds a augroup for `jedi#add_goto_window`.
This commit is contained in:
committed by
Dave Halter
parent
f100ffad4d
commit
eba90e615d
24
.travis.yml
24
.travis.yml
@@ -1,7 +1,25 @@
|
||||
sudo: false
|
||||
language: python
|
||||
env:
|
||||
matrix:
|
||||
- ENV=test
|
||||
- ENV=check
|
||||
matrix:
|
||||
allow_failures:
|
||||
# Needs to be fixed!
|
||||
- env: ENV=test
|
||||
install:
|
||||
- pip install pytest
|
||||
- |
|
||||
if [ "$ENV" = "check" ]; then
|
||||
pip install vim-vint
|
||||
else
|
||||
pip install pytest
|
||||
fi
|
||||
script:
|
||||
- vim --version
|
||||
- py.test
|
||||
- vim --version
|
||||
- |
|
||||
if [ "$ENV" = "check" ]; then
|
||||
vint after autoload ftplugin plugin
|
||||
else
|
||||
pytest
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user