Commit 7c749492 authored by Matthew Brett's avatar Matthew Brett
Browse files

Restore some comments to README example

Add notes about MB_PYTHON_OSX_VER
parent 2a9dd424
...@@ -61,7 +61,7 @@ The macOS build / test phases run on the macOS VM started by Travis CI. ...@@ -61,7 +61,7 @@ The macOS build / test phases run on the macOS VM started by Travis CI.
Therefore any environment variable defined in the ``.travis.yml`` or bash Therefore any environment variable defined in the ``.travis.yml`` or bash
shell scripts listed above are available for your build and test. shell scripts listed above are available for your build and test.
OS X builds may be targetted either at macOS 10.6+ macOS builds may be targeted either at macOS 10.6+
(dual arch 64 / 32 bit) or macOS 10.9+ (64b only). These depend on the (dual arch 64 / 32 bit) or macOS 10.9+ (64b only). These depend on the
corresponding build of python from https://www.python.org/downloads/mac-osx/. corresponding build of python from https://www.python.org/downloads/mac-osx/.
At the time of writing, 10.9+ / 64 bit builds are supported for Python At the time of writing, 10.9+ / 64 bit builds are supported for Python
...@@ -193,10 +193,20 @@ To use these scripts ...@@ -193,10 +193,20 @@ To use these scripts
- secure: - secure:
"MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA=" "MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA="
# Multibuild doesn't use Travis-provided Python but rather installs its own # You will likely prefer "language: generic" for travis configuration,
# You can still specify a language here if you need it for some unrelated logic # rather than, say "language: python". Multibuild doesn't use
# and you can't use Multibuild-provided Python or other software present on a builder # Travis-provided Python but rather installs and uses its own, where the
# Python version is set from the MB_PYTHON_VERSION variable. You can still
# specify a language here if you need it for some unrelated logic and you
# can't use Multibuild-provided Python or other software present on a
# builder.
language: generic language: generic
# For CPython macOS builds only, the minimum supported macOS version and
# architectures of any C extensions in the wheel are set with the variable
# MB_PYTHON_OSX_VER: 10.9 (64-bit only) or 10.6 (64/32-bit dual arch).
# All PyPy macOS builds are 64-bit only.
# Required in Linux to invoke `docker' ourselves # Required in Linux to invoke `docker' ourselves
services: docker services: docker
# A newer distro will also do # A newer distro will also do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment