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