mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
a3399f9a63
Install Python 3.3 from the Deadsnakes PPA. As this doesn't have pip, install it manually into ~/.local. ~/.local/bin is apparently in Travis's default PATH, meaning "pip" doesn't refer to Python 2's pip anymore, but to the manually installed Python 3 version. Updated the scripts to use version- suffixed executable names (e.g. pip2.7). Set CC=cc to use system's default compiler when installing Python modules, as gcc on OS X had a problem with compiling one of the dependencies of the Neovim Python module. |
||
---|---|---|
.. | ||
common | ||
after_success.sh | ||
before_cache.sh | ||
before_install.sh | ||
before_script.sh | ||
install.sh | ||
run_tests.sh | ||
script.sh |