File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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
28
- TEST_PYTHON=python3
29
- - RUN_VINT=true
30
29
31
30
install :
32
31
- |
@@ -37,15 +36,12 @@ install:
37
36
export PATH=$HOME/vim/bin:$PATH
38
37
fi
39
38
- pip install covimerage --user
40
- - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
41
39
42
40
script :
43
41
- uname -a
44
42
- which -a vim
45
43
- vim --cmd version --cmd quit
46
44
- make --keep-going $MAKE_TARGET
47
- - if [ "$RUN_VINT" = "true" ]; then python --version; fi
48
- - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
49
45
50
46
after_success :
51
47
- covimerage write_coverage $TEST_PROFILE
You can’t perform that action at this time.
0 commit comments