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.
2 parents 280f30c + e819635 commit 413fbfdCopy full SHA for 413fbfd
.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
30
install:
31
- |
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