Need to do a git fetch so we have full depth of tag history.

This commit is contained in:
Steve Pulec 2019-06-30 23:03:06 -05:00
commit 73f726fffe
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ after_success:
- coveralls
before_deploy:
- git checkout $TRAVIS_BRANCH
- git fetch --unshallow
- python update_version_from_git.py
deploy:
- provider: pypi