From 59dfbad46f805bb75833868095a4f6c95e9dc5f0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 23 Oct 2014 11:36:36 -0700 Subject: bump the point releases we test against --- .travis/install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index 01affab4..df11b9c0 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -56,18 +56,18 @@ if [[ "$DARWIN" = true ]]; then pip install virtualenv ;; py32) - pyenv install 3.2.5 - pyenv global 3.2.5 + pyenv install 3.2.6 + pyenv global 3.2.6 pip install virtualenv ;; py33) - pyenv install 3.3.5 - pyenv global 3.3.5 + pyenv install 3.3.6 + pyenv global 3.3.6 pip install virtualenv ;; py34) - pyenv install 3.4.1 - pyenv global 3.4.1 + pyenv install 3.4.2 + pyenv global 3.4.2 pip install virtualenv ;; docs) -- cgit v1.2.3