Skip to content

Commit b124b18

Browse files
committed
prefer python3
1 parent d958e9e commit b124b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
install:
1616
- |
1717
if [ "$VIM_VERSION" = 'installed' ]; then
18-
pip install --user flake8 vim-vint
18+
python3 -m pip install --user flake8 vim-vint
1919
else
2020
bash scripts/install-vim.sh
2121
export PATH=$HOME/vim/bin:$PATH

0 commit comments

Comments
 (0)