Skip to content

Commit 2b1e349

Browse files
committed
ci: install flake8 for checkqa
1 parent 37624cc commit 2b1e349

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
@@ -28,7 +28,9 @@ jobs:
2828

2929
install:
3030
- |
31-
if [ "$VIM_VERSION" != 'installed' ]; then
31+
if [ "$VIM_VERSION" = 'installed' ]; then
32+
pip install --user flake8
33+
else
3234
bash scripts/install-vim.sh
3335
export PATH=$HOME/vim/bin:$PATH
3436
fi

0 commit comments

Comments
 (0)