2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Use py2.6 on OSX as installing 2.7 fails on TravisCI.

This commit is contained in:
Rene Rivera
2017-06-25 21:11:51 -05:00
parent 233df6e75b
commit a3d88b900e

View File

@@ -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}