aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 14:06:48 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 14:06:48 -0500
commit5dca1db83d208f185925c3d81d9a4bfa21c34436 (patch)
treed238083ea8f2461aef487e8779937f8848bc5054 /.travis
parenta5276649d7e447ec2c6b1089778a8109cb57309d (diff)
downloadcryptography-5dca1db83d208f185925c3d81d9a4bfa21c34436.tar.gz
cryptography-5dca1db83d208f185925c3d81d9a4bfa21c34436.tar.bz2
cryptography-5dca1db83d208f185925c3d81d9a4bfa21c34436.zip
fix
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 91cf2e0b..142b4988 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -35,7 +35,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
py35)
pyenv install 3.5.1
- pyenv global 3.5.0
+ pyenv global 3.5.1
;;
pypy)
pyenv install pypy-4.0.1