aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-26 10:28:52 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-28 23:30:14 +0800
commitbc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c (patch)
tree6a886ca58eb717612081b68b157cf9af66f3bd50 /.travis/install.sh
parent3c4a94a1f8144676357fa371262320b7df2de88c (diff)
downloadcryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.tar.gz
cryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.tar.bz2
cryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.zip
Fix missing ;;
Diffstat (limited to '.travis/install.sh')
-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