forked from VimPlug/jedi-vim
Move Travis targets to Makefile
This allows for calling them easily locally.
This commit is contained in:
committed by
Dave Halter
parent
0844b14866
commit
682f37792d
11
.travis.yml
11
.travis.yml
@@ -10,16 +10,9 @@ matrix:
|
|||||||
- env: ENV=test
|
- env: ENV=test
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$ENV" = "check" ]; then
|
if [ "$ENV" = "test" ]; then
|
||||||
pip install vim-vint
|
|
||||||
else
|
|
||||||
pip install pytest
|
pip install pytest
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- vim --version
|
- vim --version
|
||||||
- |
|
- make "$ENV"
|
||||||
if [ "$ENV" = "check" ]; then
|
|
||||||
vint after autoload ftplugin plugin
|
|
||||||
else
|
|
||||||
pytest
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user