X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/164055a4c8c2f9fd2a6af8c580838bca57807f3d..8f67b23f0993155097f87b3f9a7866029ccb72cf:/.travis.yml diff --git a/.travis.yml b/.travis.yml index ab79fcd..310e503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,11 @@ before_script: | export PATH="/usr/local/bin:$PATH" cd "$TRAVIS_BUILD_DIR" fi + if [ "$TRAVIS_OS_NAME" = "osx" ]; then + curl https://bootstrap.pypa.io/get-pip.py | sudo python + sudo -H easy_install pip + fi sudo -H pip install virtualenv - stty cols 80 script: - make test