File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,18 @@ $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh
99
99
100
100
Example
101
101
-------
102
+
102
103
An example project which builds 32- and 64-bit wheels for each Python interpreter
103
104
version can be found here: https://github.com/pypa/python-manylinux-demo.
104
105
105
106
This demonstrates how to use these docker images in conjunction with auditwheel
106
107
to build manylinux-compatible wheels using the free `travis ci <https://travis-ci.org/ >`_
107
- continuous integration service.
108
+ continuous integration service.
108
109
109
- (NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110
+ (NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110
111
everything under the command line program `linux32 `, which changes reported architecture
111
- in new program environment. See `this example invocation <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14 >`_)
112
+ in new program environment. See `this example invocation
113
+ <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14> `_)
112
114
113
115
The PEP itself
114
116
--------------
You can’t perform that action at this time.
0 commit comments