aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
commit0958641277aee556a047ee9b3cccf6d42f11e09c (patch)
tree723f3c3c3b62be131ed038f0133304a8591abb7a /.travis
parent3621d704036a5a06784b2a405842e3164e578c40 (diff)
downloadcryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.gz
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.bz2
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.zip
remove python 3.2 from every other place I could find
Diffstat (limited to '.travis')
-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