Skip to content

Commit 3a5fd55

Browse files
committed
ci/Makefile: add checkqa target to run flake8
1 parent 319df4e commit 3a5fd55

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
@@ -19,7 +19,7 @@ matrix:
1919
- TEST_PROFILE=vim-profile-master.txt
2020
- env:
2121
- VIM_VERSION=installed
22-
- MAKE_TARGET="clean_compiled check js/test py/test test/node_position/test_position.out"
22+
- MAKE_TARGET="clean_compiled check checkqa js/test py/test test/node_position/test_position.out"
2323
- TEST_PROFILE=vim-profile-installed.txt
2424

2525
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)