neovim/ci
Marco Hinz 90fc7c6ad0
ci: the homebrew formula for Python 3 was renamed (#8094)
Homebrew changed a few formulae to meet their standards. "python3" was renamed
to "python", and "python2" to "python@2".

As for why, read this announcement: https://brew.sh/2018/01/19/homebrew-1.5.0

Since we install Python 3 via homebrew anyway, we now do the same for Python 2
as well. We do that because the system Python 2 of macOS comes without pip
installed and this way seems cleaner than doing "sudo easy_install pip".

The Python 2 formula is keg-only now, so it doesn't interfere with the system
Python 2. Therefore we have to add its executables to $PATH ourselves.
2018-03-04 01:11:09 +01:00
..
common codecov: Submit test suite specific coverage 2018-02-06 23:23:59 -05:00
before_cache.sh ci: Really continue tests on failure, print global summary 2017-04-07 00:46:52 +03:00
before_install.sh ci: the homebrew formula for Python 3 was renamed (#8094) 2018-03-04 01:11:09 +01:00
before_script.sh ci/travis: macOS: skip ruby-neovim install 2018-01-07 20:09:25 +01:00
build.bat codecov: Submit test suite specific coverage 2018-02-06 23:23:59 -05:00
install.sh ci: Remove coveralls coverage reporting 2018-02-06 21:18:54 -05:00
run_lint.sh ci: Also lint lua code in src/nvim/lua 2017-05-25 16:50:06 +03:00
run_tests.sh travis: Don't run unit tests for functionaltest-lua build 2018-02-02 07:28:56 -05:00
script.sh ci: Refactor CI scripts 2017-03-31 16:06:17 +03:00