aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 242adbda..47915c49 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -27,6 +27,7 @@ if [[ "$DARWIN" = true ]]; then
py27)
curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
+ ;;
py32)
brew upgrade pyenv
pyenv install 3.2.6