Skip to content

Commit

Permalink
Use python3 instead of python2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jan 6, 2017
1 parent cba9e1b commit f467b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/installer/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if [[ "$VERSION" == "nvim" ]]; then
brew install neovim/neovim/neovim
else
brew install lua
brew install vim --with-lua
brew install vim --with-lua --with-python3
fi

0 comments on commit f467b22

Please sign in to comment.