summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-03 20:25:01 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-03 20:31:18 +0100
commitf2840c626d2eb712055ccb5dcbad25d040f17ce1 (patch)
tree15b771106a507fe284ab610bf0d141fa9255f4f2 /.travis.yml
parent342a0276dbf11366ae91ce28dcceddc332c97eaf (diff)
downloadgitpython-f2840c626d2eb712055ccb5dcbad25d040f17ce1.tar.gz
Auto-skip performance tests more quietly on travis
... and be able to run performance tests independently of the chosen performance test repo Now all tests run fine locally
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 92842941..7a21ad94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,10 @@ install:
- git submodule update --init --recursive
- git fetch --tags
- pip install coveralls
+
# for now we have to make sure there is a master branch - at some point we should just have it by default
- git branch master 0.3
+
# generate some reflog as git-python tests need it
- git reset --hard HEAD~1
- git reset --hard HEAD~1
@@ -21,8 +23,13 @@ install:
- git checkout master
- git reset --hard HEAD~1
- git reset --hard HEAD~1
+ - git reset --hard HEAD~1
- git reset --hard origin/0.3
- git checkout 0.3
+
+ # as commits are performed with the default user, it needs to be set for travis too
+ - git config --global user.email "travis@ci.com"
+ - git config --global user.name "Travis Runner"
script:
- nosetests -v --with-coverage
after_success: