This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule multibuild
updated
19 files
+70 −75 | .travis.yml | |
+1 −1 | LICENSE | |
+69 −60 | README.rst | |
+18 −8 | common_utils.sh | |
+5 −3 | configure_build.sh | |
+19 −15 | library_builders.sh | |
+6 −1 | manylinux_utils.sh | |
+40 −14 | osx_utils.sh | |
+5 −5 | supported_wheels.py | |
+11 −3 | tests/test_common_utils.sh | |
+4 −2 | tests/test_fill_pyver.sh | |
+2 −1 | tests/test_library_builders.sh | |
+5 −2 | tests/test_manylinux_utils.sh | |
+10 −0 | tests/test_manylinux_utils_docker.sh | |
+15 −3 | tests/test_multibuild.sh | |
+27 −5 | tests/test_osx_utils.sh | |
+4 −4 | tests/test_python_install.sh | |
+38 −3 | tests/test_supported_wheels.sh | |
+7 −0 | travis_osx_steps.sh |