aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-01 22:16:17 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-01 22:16:17 -0400
commit18fab258a2c06e4c86765ebc74507f0a3f26fa07 (patch)
treece645fe34ff606a8298d8c5f81309b56bee06639 /.travis
parent646c7cc3cdbedb5f8d9090043da3db34ee298dff (diff)
downloadcryptography-18fab258a2c06e4c86765ebc74507f0a3f26fa07.tar.gz
cryptography-18fab258a2c06e4c86765ebc74507f0a3f26fa07.tar.bz2
cryptography-18fab258a2c06e4c86765ebc74507f0a3f26fa07.zip
fix
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 17358655..1c49911f 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -21,7 +21,7 @@ else
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
- pyenv global pypy-2.6.0
+ pyenv global pypy-2.6.1
fi
fi
source ~/.venv/bin/activate