summaryrefslogtreecommitdiff
path: root/.travis/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/before_install.sh')
-rwxr-xr-x.travis/before_install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index 60d1dcf..0ae6249 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -6,8 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# e.g. brew install pyenv-virtualenv
#brew update
#brew install python
- echo do othing
-
+ sudo easy_install -U pip
else
# Install some custom requirements on Linux