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 d2b6458 commit 37624ccCopy full SHA for 37624cc
.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 js/test py/test test/node_position/test_position.out"
+ - MAKE_TARGET="clean_compiled check checkqa js/test py/test test/node_position/test_position.out"
27
- TEST_PROFILE=vim-profile-installed.txt
28
29
install:
Makefile
@@ -16,6 +16,9 @@ check: all
16
echo 'Compiled files were updated, but should have been included/committed.'; \
17
exit 1; }
18
19
+checkqa: all
20
+ flake8 py
21
+
22
test:
test/run.sh
0 commit comments