X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2d38a8605abaf7092bf81c9349931a0417d37324..6d2cb3c06cd546fd4bee4136679db3a3d5de97fa:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml index 18a3efa..310e503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ before_script: | cd "$TRAVIS_BUILD_DIR" fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then - brew update - brew install python + curl https://bootstrap.pypa.io/get-pip.py | sudo python + sudo -H easy_install pip fi sudo -H pip install virtualenv