File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- # python-manylinux-demo
1
+ python-manylinux-demo
2
+ =====================
2
3
Demo project for building Python wheels for Linux with Travis-CI
3
4
4
5
[ ![ Build Status] ( https://travis-ci.org/pypa/python-manylinux-demo.svg?branch=master )] ( https://travis-ci.org/pypa/python-manylinux-demo )
@@ -21,7 +22,8 @@ This sample project contains a very simple C compile extension module that links
21
22
to an external library (ATLAS, a linear algebra library). The build is
22
23
configured via the ` setup.py ` file.
23
24
24
- ## Continuous integration setup with Travis + Docker
25
+ Continuous integration setup with Travis + Docker
26
+ -------------------------------------------------
25
27
26
28
The ` .travis.yml ` file in this repository sets up the build environment. The
27
29
resulting build logs can be found at
@@ -34,3 +36,10 @@ build environments. This script builds the package using `pip`. But these
34
36
wheels link against an external library. So to create self-contained libraries,
35
37
the build script runs the wheels through
36
38
[ ` auditwheel ` ] ( https://pypi.python.org/pypi/auditwheel ) .
39
+
40
+ Code of Conduct
41
+ ---------------
42
+
43
+ Everyone interacting in the python-manylinux-demo project's codebases, issue trackers,
44
+ chat rooms, and mailing lists is expected to follow the
45
+ [ PyPA Code of Conduct] ( https://www.pypa.io/en/latest/code-of-conduct/ ) .
You can’t perform that action at this time.
0 commit comments