aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-26 00:18:44 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-26 00:18:44 -0400
commit2f3ac85d42541578130d2cbd029f62473f1acc05 (patch)
tree383cbc6cbfbbcb972c937f4559dc3d6ca04d9368 /.travis
parent030f26ba23d1faa6e55441da3d88247551c93033 (diff)
downloadcryptography-2f3ac85d42541578130d2cbd029f62473f1acc05.tar.gz
cryptography-2f3ac85d42541578130d2cbd029f62473f1acc05.tar.bz2
cryptography-2f3ac85d42541578130d2cbd029f62473f1acc05.zip
bleh update first
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index a67b2116..0105fc4f 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -46,6 +46,7 @@ if [[ "$DARWIN" = true ]]; then
sudo pip install virtualenv
;;
pypy)
+ brew update
brew upgrade pyenv
pyenv install pypy-2.4.0
pyenv global pypy-2.4.0