aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 13:26:15 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 13:26:15 -0500
commita5276649d7e447ec2c6b1089778a8109cb57309d (patch)
tree65f71b6ca33b3bee7be07a33d939903e683350ea /.travis
parente3f46c6d228161957e0549bfa838ba8791c1bb36 (diff)
downloadcryptography-a5276649d7e447ec2c6b1089778a8109cb57309d.tar.gz
cryptography-a5276649d7e447ec2c6b1089778a8109cb57309d.tar.bz2
cryptography-a5276649d7e447ec2c6b1089778a8109cb57309d.zip
Use the latest 3.5 release
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 112add24..91cf2e0b 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -34,7 +34,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.4.2
;;
py35)
- pyenv install 3.5.0
+ pyenv install 3.5.1
pyenv global 3.5.0
;;
pypy)