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 36c7e63 commit 398e880Copy full SHA for 398e880
.travis.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Installed Vim with checks
24
env:
25
- VIM_VERSION=installed
26
- - MAKE_TARGET="clean_compiled check checkqa js/test py/test test/node_position/test_position.out"
+ - MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
28
29
install:
Makefile
@@ -16,7 +16,7 @@ check: all
16
echo 'Compiled files were updated, but should have been included/committed.'; \
17
exit 1; }
18
19
-checkqa: all
+checkpy: all
20
flake8 py
21
22
test:
0 commit comments