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 b124b18 commit 329174aCopy full SHA for 329174a
.travis.yml
@@ -15,7 +15,7 @@ jobs:
15
install:
16
- |
17
if [ "$VIM_VERSION" = 'installed' ]; then
18
- python3 -m pip install --user flake8 vim-vint
+ pip install --user flake8 vim-vint
19
else
20
bash scripts/install-vim.sh
21
export PATH=$HOME/vim/bin:$PATH
0 commit comments