aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-28 00:11:03 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-28 00:11:03 -0500
commitc4199a7b1f2a871eb9c0b68af1dab0101bfa0a4b (patch)
treeeddfbb92ccf9f33e570d34178087ab8f09c78582
parent8fb3daf267e223d356ef50b0c5394c5738bc987f (diff)
parentf723449dcb214dc820da4eee8cefd376a08a5840 (diff)
downloadcryptography-c4199a7b1f2a871eb9c0b68af1dab0101bfa0a4b.tar.gz
cryptography-c4199a7b1f2a871eb9c0b68af1dab0101bfa0a4b.tar.bz2
cryptography-c4199a7b1f2a871eb9c0b68af1dab0101bfa0a4b.zip
Merge pull request #1788 from alex/pypy-2.5-osx
Use PyPy 2.5.1 on Travis 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 f82cc4a3..d42944d7 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -41,8 +41,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
pypy)
brew upgrade pyenv
- pyenv install pypy-2.5.0
- pyenv global pypy-2.5.0
+ pyenv install pypy-2.5.1
+ pyenv global pypy-2.5.1
;;
pypy3)
brew upgrade pyenv
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192