aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index f7f3d502..9e14a92d 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -23,11 +23,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
;;
- py32)
- brew upgrade pyenv
- pyenv install 3.2.6
- pyenv global 3.2.6
- ;;
py33)
brew upgrade pyenv
pyenv install 3.3.6