From: Ben Williams Date: Tue, 5 Jun 2018 13:57:41 +0000 (-0400) Subject: Attempt to fix OSX tests in Travis-CI by upgrading pip. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6d2cb3c06cd546fd4bee4136679db3a3d5de97fa?ds=inline;pf=etc Attempt to fix OSX tests in Travis-CI by upgrading pip. --- diff --git a/.travis.yml b/.travis.yml index 90cc371..310e503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: | 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