env: global: - REPO_DIR=Pillow - BUILD_COMMIT=HEAD - PLAT=x86_64 - UNICODE_WIDTH=32 - BUILD_DEPENDS="" - TEST_DEPENDS="pytest pytest-cov numpy" - MACOSX_DEPLOYMENT_TARGET=10.10 - WHEELHOUSE_UPLOADER_USERNAME=travis-worker # Following generated with # travis encrypt -r python-pillow/pillow-wheels WHEELHOUSE_UPLOADER_SECRET= - secure: "ky76goiK6n4k8V9/uG340GSFVwmjE7G76l9xbhhGZkcph4eTwN5VRM/tqyJvlNs/HZOhKSILfyGBeaG8qf7gHmwr0touPT+EjWn4TNV8iyVj75ZshgRE9DuaIAfdH89gW2m+BmvBDyzi0JE3KVCu55NcGm8h7Ecl6nmQ/c2iROY=" language: python # Default Python version is usually 2.7 python: 3.5 dist: xenial services: docker osx_image: xcode9.4 matrix: exclude: # Exclude the default Python 3.5 build - python: 3.5 include: - os: osx language: generic env: MB_PYTHON_VERSION=2.7 - os: osx language: generic env: - MB_PYTHON_VERSION=3.5 - os: linux env: - MB_PYTHON_VERSION=2.7 - os: linux env: - MB_PYTHON_VERSION=2.7 - UNICODE_WIDTH=16 - os: linux env: - MB_PYTHON_VERSION=2.7 - PLAT=i686 - os: linux env: - MB_PYTHON_VERSION=2.7 - PLAT=i686 - UNICODE_WIDTH=16 - os: linux env: - MB_PYTHON_VERSION=3.5 - os: osx language: generic env: - MB_PYTHON_VERSION=3.6 - os: osx language: generic env: - MB_PYTHON_VERSION=3.7 - os: linux env: - MB_PYTHON_VERSION=3.5 - PLAT=i686 - os: linux env: - MB_PYTHON_VERSION=3.6 - os: linux env: - MB_PYTHON_VERSION=3.6 - PLAT=i686 - os: linux env: - MB_PYTHON_VERSION=3.7 - os: linux env: - MB_PYTHON_VERSION=3.7 - PLAT=i686 before_install: - source multibuild/common_utils.sh - source multibuild/travis_steps.sh - before_install install: # Maybe get and clean and patch source - clean_code $REPO_DIR $BUILD_COMMIT - build_wheel $REPO_DIR $PLAT script: - install_run $PLAT after_success: # Upload wheels to Rackspace container - pip install wheelhouse-uploader - python -m wheelhouse_uploader upload --local-folder ${TRAVIS_BUILD_DIR}/wheelhouse/ --no-update-index wheels