Hash :
bb3d9248
Author :
Date :
2015-08-11T12:39:49
add support for Travis CI (OS X only for now) Use 'terrify' utilities from MacPython to build precompiled wheel packages
language:
- objective-c
env:
matrix:
- INSTALL_TYPE='system' VERSION=2.7
- INSTALL_TYPE='homebrew' VERSION=2.7.10
- INSTALL_TYPE='homebrew' VERSION=3.4.3
install:
- source terryfy/travis_tools.sh
- get_python_environment $INSTALL_TYPE $VERSION venv
- pip install --upgrade wheel
script:
- python setup.py build_ext test
after_success:
- pip wheel -w dist .
before_deploy:
- cd dist
- "wheels=$(echo *.whl)"
#deploy:
# - TODO: upload the content of $wheels to a public wheelhouse