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 2626 - MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727 - TEST_PROFILE=vim-profile-installed.txt
2828 - TEST_PYTHON=python3
29- - RUN_VINT=true
3029
3130install :
3231 - |
@@ -37,15 +36,12 @@ install:
3736 export PATH=$HOME/vim/bin:$PATH
3837 fi
3938 - pip install covimerage --user
40- - if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi
4139
4240script :
4341 - uname -a
4442 - which -a vim
4543 - vim --cmd version --cmd quit
4644 - make --keep-going $MAKE_TARGET
47- - if [ "$RUN_VINT" = "true" ]; then python --version; fi
48- - if [ "$RUN_VINT" = "true" ]; then vint autoload; fi
4945
5046after_success :
5147 - covimerage write_coverage $TEST_PROFILE
You can’t perform that action at this time.
0 commit comments