Skip to content

Commit aaf19fa

Browse files
committed
ci: install flake8 for checkqa
1 parent 3a5fd55 commit aaf19fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ matrix:
2424

2525
install:
2626
- |
27-
if [ "$VIM_VERSION" != 'installed' ]; then
27+
if [ "$VIM_VERSION" = 'installed' ]; then
28+
pip install --user flake8
29+
else
2830
bash scripts/install-vim.sh
2931
export PATH=$HOME/vim/bin:$PATH
3032
fi

0 commit comments

Comments
 (0)