We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cde691 commit e819635Copy full SHA for e819635
.travis.yml
@@ -25,6 +25,7 @@ jobs:
25
- VIM_VERSION=installed
26
- MAKE_TARGET="clean_compiled check js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
28
+ - TEST_PYTHON=python3
29
30
install:
31
- |
Makefile
@@ -22,8 +22,9 @@ test:
22
js/test: js/vimlparser.js
23
test/run_command.sh node js/vimlparser.js
24
+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
test/node_position/test_position.out: test/node_position/test_position.vim test/node_position/test_position.ok
vim -Nu test/vimrc -S test/node_position/test_position.vim
0 commit comments