Skip to content

A repository that builds Mac OS X wheels for scikits-image using Travis CI

Notifications You must be signed in to change notification settings

jjhelmus/scikit-image-ci-wheel-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using Travis CI to build OS-X wheels for scikit-image

This repository uses Travis CI to create Python wheel packages for the 0.10.0 release of scikit-image.

Instructions:

  1. Fork the repository.
  2. Replace the secure api key in the deploy section of the .travis.yml file with one appropiate for your GitHub credentials. See the Travis Documentation for details.
  3. Create a new commit and push to GitHub. Empty commits are fine. Check that Travis CI successfully built the wheel packages. Example
  4. 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
  5. Wheel packages can no be downloaded from the GitHub release page. Example.

See the Spinning wheels page for additional details on using binary wheels on OS X.