From f74ff54537c9e02c979c601271ce2c8e008f18bd Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 20 Feb 2015 21:18:23 -0800 Subject: [PATCH] Update to latest terrfy; enable build latest tag Update to latest terryfy, that has different wording for the 'latest-tag'. Re-enable build of latest tag by default. --- .travis.yml | 6 ++++-- terryfy | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aae32c30..72a264aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: - objective-c env: - # global: LATEST_TAG=1 + global: PILLOW_COMMIT=latest-tag matrix: - VERSION=2.7.9 - VERSION=3.2.5 @@ -13,7 +13,9 @@ install: - source run_install.sh - get_python_environment macpython $VERSION venv - pip install delocate - - if [ -n "$LATEST_TAG" ]; then checkout_closest_tag Pillow; fi + - if [ -n "$PILLOW_COMMIT" ]; then + checkout_commit Pillow $PILLOW_COMMIT; + fi - cd Pillow - python setup.py bdist_wheel - delocate-wheel dist/*.whl diff --git a/terryfy b/terryfy index f951bba71..53c812ccb 160000 --- a/terryfy +++ b/terryfy @@ -1 +1 @@ -Subproject commit f951bba717cb68ccd89a2f8eb762e8ae58948212 +Subproject commit 53c812ccbd33b02e59935a9c689f4ab773957589