neovim/.ci
Florian Walch a3399f9a63 Travis: Install Python 3 to run Python 3 tests.
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.
2015-09-27 00:03:06 +02:00
..
common Travis: Cache third-party build directory. 2015-09-09 17:23:22 +02:00
after_success.sh Travis: Use gcov that matches the used compiler. 2015-07-08 07:42:16 -03:00
before_cache.sh Travis: Cache third-party build directory. 2015-09-09 17:23:22 +02:00
before_install.sh Travis: Install Python 3 to run Python 3 tests. 2015-09-27 00:03:06 +02:00
before_script.sh Travis: Check some configuration variables in before_script. 2015-07-08 07:42:16 -03:00
install.sh Travis: Install Python 3 to run Python 3 tests. 2015-09-27 00:03:06 +02:00
run_tests.sh travis: Enable TSAN for sanity checking the terminal UI 2015-09-06 09:18:52 -03:00
script.sh Travis: Refactor CI files, use container infrastructure. 2015-07-08 07:42:16 -03:00