Hi, I've been experimenting with a submodule to support building and testing OSX and manylinux wheels from the same repository, using travis-ci.
The README explains the idea : https://github.com/matthew-brett/multibuild#utilities-for-building-on-travis-ci-with-osx-and-linux In brief - it's fairly easy to set up a repository to build your favorite package, by adding a couple of submodules (your package, and the multibuild repo), adapting the template ".travis.yml" file, and adding possibly minimal build / test configuration in a bash file "config.sh". The framework will run build and test on OSX and both 32 and 64-bit Linux. Examples of some repositories using this setup at the end of https://github.com/matthew-brett/multibuild . It appears to be flexible enough for some fairly exotic builds - such as scipy, matplotlib, and Pillow. I'd be very happy for feedback, bug reports, feature requests, Cheers, Matthew _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
