summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-05-04 17:05:38 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-05-04 17:05:38 +0200
commitd6192ad1aed30adc023621089fdf845aa528dde9 (patch)
treed9bb7828901a612270a683e8e7f01ded5eeff2db
parent3b9b6fe0dd99803c80a3a3c52f003614ad3e0adf (diff)
downloadgitpython-d6192ad1aed30adc023621089fdf845aa528dde9.tar.gz
tags seem to be required for the tests to run - git-python usess objects from its own repo, tags are known to be stable
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 48c05b7a..2a56becc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,6 @@ python:
install:
- git submodule update --init --recursive
+ - git fetch --tags
script:
- nosetests