Skip to content

Commit 37624cc

Browse files
committed
ci/Makefile: add checkqa target to run flake8
1 parent d2b6458 commit 37624cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Installed Vim with checks
2424
env:
2525
- VIM_VERSION=installed
26-
- MAKE_TARGET="clean_compiled check js/test py/test test/node_position/test_position.out"
26+
- MAKE_TARGET="clean_compiled check checkqa js/test py/test test/node_position/test_position.out"
2727
- TEST_PROFILE=vim-profile-installed.txt
2828

2929
install:

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ check: all
1616
echo 'Compiled files were updated, but should have been included/committed.'; \
1717
exit 1; }
1818

19+
checkqa: all
20+
flake8 py
21+
1922
test:
2023
test/run.sh
2124

0 commit comments

Comments
 (0)