Commit 0d27dff2 authored by robbuckley's avatar robbuckley
Browse files

readme: PyPy macOS builds are always 64b only

parent 4e71b725
...@@ -195,10 +195,11 @@ To use these scripts ...@@ -195,10 +195,11 @@ To use these scripts
language: python language: python
# The Travis Python version is unrelated to the version we build and test # The Travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable. # with. This is set with the MB_PYTHON_VERSION variable. For some builds,
# For osx builds only, the minimum supported macOS version and architectures # For CPython macOS builds only, the minimum supported macOS version and
# of any C extensions in the wheel are set with the variable # 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). # 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.
python: 3.5 python: 3.5
sudo: required sudo: required
dist: trusty dist: trusty
......
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