This repository uses Travis CI to create Python wheel packages for cytoflow. Most of this infrastructure was copied gratefully from scikit-image so as not to (heh) reinvent the wheel.
Instructions:
- Fork this repository.
- Replace the PyPI credentials the deploy section of the .travis.yml file. See the Travis Documentation for details.
- Create a new commit and push to GitHub. Empty commits are fine. Check that
Travis CI successfully built the wheel packages.
Example - Using the GitHub Web interface create a release, Travis CI will rerun the
build and deloy the .whl files to the release when complete.
Example
See the Spinning wheels page for additional details on using binary wheels on OS X.