File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 25
25
- VIM_VERSION=installed
26
26
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
27
- TEST_PROFILE=vim-profile-installed.txt
28
+ - RUN_VINT=true
28
29
29
30
install :
30
31
- |
@@ -35,12 +36,15 @@ install:
35
36
export PATH=$HOME/vim/bin:$PATH
36
37
fi
37
38
- pip install covimerage --user
39
+ - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
38
40
39
41
script :
40
42
- uname -a
41
43
- which -a vim
42
44
- vim --cmd version --cmd quit
43
45
- make --keep-going $MAKE_TARGET
46
+ - if [ "$RUN_VINT" = "true" ]; then python --version; fi
47
+ - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
44
48
45
49
after_success :
46
50
- covimerage write_coverage $TEST_PROFILE
You can’t perform that action at this time.
0 commit comments