From 17a8e7534dedf97dbc0167ad3a9728575bd13644 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 24 Oct 2014 07:48:40 -0700 Subject: make sure pyenv is up to date --- .travis/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3