1
1
# python-manylinux-demo
2
2
Demo project for building Python wheels for Linux with Travis-CI
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/manylinux /python-manylinux-demo.svg?branch=master )] ( https://travis-ci.org/manylinux /python-manylinux-demo )
4
+ [ ![ Build Status] ( https://travis-ci.org/pypa /python-manylinux-demo.svg?branch=master )] ( https://travis-ci.org/pypa /python-manylinux-demo )
5
5
6
6
7
7
This is an example of how to use Travis-CI to build
@@ -14,9 +14,11 @@ running on Travis-CI to compile (you don't need to use docker at all to _use_
14
14
these wheels, it's just to compile them). The docker-based build environment
15
15
images are:
16
16
17
- - quay.io/pypa/manylinux1_x86_64
18
- - quay.io/pypa/manylinux1_i686
17
+ - 64-bit image (x86-64): `` quay.io/pypa/manylinux1_x86_64 `` [ ![ Docker Repository on Quay ] ( https://quay.io/repository/pypa/manylinux1_x86_64/status " Docker Repository on Quay ")] ( https://quay.io/repository/pypa/manylinux1_x86_64 )
18
+ - 32-bit image (i686): `` quay.io/pypa/manylinux1_i686 `` [ ![ Docker Repository on Quay ] ( https://quay.io/repository/pypa/manylinux1_i686/status " Docker Repository on Quay ")] ( https://quay.io/repository/pypa/manylinux1_i686 )
19
19
20
+ .. image:: https://quay.io/repository/pypa/manylinux1_i686/status
21
+ :target: https://quay.io/repository/pypa/manylinux1_i686
20
22
21
23
This sample project contains a very simple C compile extension module that links
22
24
to an external library (ATLAS, a linear algebra library). The build is
@@ -27,7 +29,7 @@ configured via the `setup.py` file.
27
29
The ` .travis.yml ` file in this repository sets up the build environment. The
28
30
resulting build logs can be found at
29
31
30
- https://travis-ci.org/manylinux /python-manylinux-demo
32
+ https://travis-ci.org/pypa /python-manylinux-demo
31
33
32
34
The ` .travis.yml ` file instructs Travis to run the script
33
35
` travis/build-wheels.sh ` inside of the 32-bit and 64-bit manylinux1 docker
0 commit comments