aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 142b4988..c5f94596 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -30,8 +30,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.3.6
;;
py34)
- pyenv install 3.4.2
- pyenv global 3.4.2
+ pyenv install 3.4.4
+ pyenv global 3.4.4
;;
py35)
pyenv install 3.5.1