From 94e35fc52b208f82f741ff5e17a7b8eb876e9b44 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 15 Jan 2017 00:23:09 +0100 Subject: [PATCH] travis: use latest pythons for OS X based testing we test on old pythons (3.x.0) on Linux, so we can test on 3.x.latest on OS X. --- .travis/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index d90254370..688bd10a0 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -21,12 +21,12 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then case "${TOXENV}" in py34) - pyenv install 3.4.3 - pyenv global 3.4.3 + pyenv install 3.4.5 + pyenv global 3.4.5 ;; py35) - pyenv install 3.5.1 - pyenv global 3.5.1 + pyenv install 3.5.2 + pyenv global 3.5.2 ;; py36) pyenv install 3.6.0