RF: update git-closest-tag test

Update terryfy with git-closest-tag; use in .travis.yml
This commit is contained in:
Matthew Brett 2014-07-05 02:20:46 +01:00
parent 37b0008897
commit 86ef45d0e2
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ install:
- if [ -n "$LATEST_TAG" ]; then - if [ -n "$LATEST_TAG" ]; then
git fetch ; git fetch ;
git fetch --tags ; git fetch --tags ;
git checkout `../terryfy/git-closest-tag` ; git checkout `../terryfy/git-closest-tag origin/master` ;
fi fi
- python setup.py bdist_wheel - python setup.py bdist_wheel
- delocate-wheel dist/*.whl - delocate-wheel dist/*.whl

@ -1 +1 @@
Subproject commit 1c45b3549b663a037f62ee3a02fd64761806d396 Subproject commit 5e96e2a79f32a2853ff78e22684d09d5226b11a6