From 483d593150dfcf1021e2b4ec534cfe170e4645d6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 17 Mar 2014 08:20:01 -0700 Subject: Use the latest python 3.3 on OS X on travis --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 7e77fc87..bd08740a 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -52,8 +52,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then pip install virtualenv ;; py33) - pyenv install 3.3.2 - pyenv global 3.3.2 + pyenv install 3.3.5 + pyenv global 3.3.5 pip install virtualenv ;; docs) -- cgit v1.2.3