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 319df4e commit 3a5fd55Copy full SHA for 3a5fd55
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- TEST_PROFILE=vim-profile-master.txt
20
- env:
21
- VIM_VERSION=installed
22
- - 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"
23
- TEST_PROFILE=vim-profile-installed.txt
24
25
install:
Makefile
@@ -16,6 +16,9 @@ check: all
16
echo 'Compiled files were updated, but should have been included/committed.'; \
17
exit 1; }
18
+checkqa: all
+ flake8 py
+
test:
test/run.sh
0 commit comments