aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-16 13:39:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-16 13:39:04 -0400
commitba7eae590fd5f6937c1f8fd8ef6ea0288eb4dd8b (patch)
treec47a6fa6c482785ce8c695a7ad9f89a8051a8669
parent8831eb249bb5b0d9778eb4df6afba86866e1f7d9 (diff)
parent37de4f41c1bd6ff4f66e633855ca51e206ef3c92 (diff)
downloadcryptography-ba7eae590fd5f6937c1f8fd8ef6ea0288eb4dd8b.tar.gz
cryptography-ba7eae590fd5f6937c1f8fd8ef6ea0288eb4dd8b.tar.bz2
cryptography-ba7eae590fd5f6937c1f8fd8ef6ea0288eb4dd8b.zip
Merge pull request #1030 from alex/pypy-2.3
Use PyPy 2.3 on OS X
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 79790050..e5cdbba9 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -42,8 +42,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
sudo pip install virtualenv
;;
pypy)
- pyenv install pypy-2.2.1
- pyenv global pypy-2.2.1
+ pyenv install pypy-2.3
+ pyenv global pypy-2.3
pip install virtualenv
;;
py32)