aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index df11b9c0..af4d8704 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -56,16 +56,22 @@ if [[ "$DARWIN" = true ]]; then
pip install virtualenv
;;
py32)
+ brew update
+ brew upgrade pyenv
pyenv install 3.2.6
pyenv global 3.2.6
pip install virtualenv
;;
py33)
+ brew update
+ brew upgrade pyenv
pyenv install 3.3.6
pyenv global 3.3.6
pip install virtualenv
;;
py34)
+ brew update
+ brew upgrade pyenv
pyenv install 3.4.2
pyenv global 3.4.2
pip install virtualenv