We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0018dc + 413fbfd commit ba7c98fCopy full SHA for ba7c98f
2 files changed
.travis.yml
@@ -25,6 +25,7 @@ jobs:
25
- VIM_VERSION=installed
26
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
28
+ - TEST_PYTHON=python3
29
- RUN_VINT=true
30
31
install:
Makefile
@@ -25,8 +25,9 @@ test:
js/test: js/vimlparser.js
test/run_command.sh node js/vimlparser.js
+py/test: TEST_PYTHON?=python
py/test: py/vimlparser.py
- test/run_command.sh python py/vimlparser.py
+ test/run_command.sh $(TEST_PYTHON) py/vimlparser.py
32
test/node_position/test_position.out: test/node_position/test_position.vim test/node_position/test_position.ok
33
vim -Nu test/vimrc -S test/node_position/test_position.vim
0 commit comments