aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
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)