From a3d88b900e3caac842939e3bd770cd3a8d8bfc3e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 25 Jun 2017 21:11:51 -0500 Subject: [PATCH] Use py2.6 on OSX as installing 2.7 fails on TravisCI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3f3dc6894..b57ed996a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ matrix: - os: osx osx_image: xcode8.3 env: TOOLSET=clang TEST_ALL_EXTRAS= + python: "2.6" language: python script: - ./bootstrap.sh --with-toolset=${TOOLSET}