diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2014-10-26 10:28:52 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2014-10-28 23:30:14 +0800 |
commit | bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c (patch) | |
tree | 6a886ca58eb717612081b68b157cf9af66f3bd50 | |
parent | 3c4a94a1f8144676357fa371262320b7df2de88c (diff) | |
download | cryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.tar.gz cryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.tar.bz2 cryptography-bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c.zip |
Fix missing ;;
-rwxr-xr-x | .travis/install.sh | 1 |
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 |