Has anyone replicated the Travis CI OS X Build Environment on a local Mac?
We are trying to build a cross-platform collection of binary python packages, and while we have Linux builds on Travis CI, and Windows builds on Appveyor, we have been waitlisted for access to the Travis CI OS X Build Environment.
So we would love to set up a local Mac to replicate the Travis OS X Build Environment.
We see compilers and packages listed here: http://docs.travis-ci.com/user/osx-ci-environment/#Compilers-%26-Build-toolchain but I'm wondering if anyone has scripts or tutorials that would help make things easier or avoid problems.
Has anyone done this and have tips?