Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0d27dff2
Commit
0d27dff2
authored
Mar 12, 2019
by
robbuckley
Browse files
readme: PyPy macOS builds are always 64b only
parent
4e71b725
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.rst
README.rst
+4
-3
No files found.
README.rst
View file @
0d27dff2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment