.travis.yml: Make sure that update_version has enough history to see the last release tag.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-09-01 17:47:43 +01:00
parent 05e1341794
commit 48fc2fc79a

@ -4,6 +4,7 @@ python:
- "2.6"
before_install:
- sh -c set
- git pull --depth=1000
install:
- pip install 'twisted>=0.13.0'
- pip install 'coveralls==0.4.2'