File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ install:
1313 - pip install coveralls
1414
1515 # for now we have to make sure there is a master branch - at some point we should just have it by default
16- - git branch master
16+ - git branch master 0.3
1717
1818 # generate some reflog as git-python tests need it (in 0.3)
19+ - git checkout 0.3
1920 - git reset --hard HEAD~1
2021 - git reset --hard HEAD~1
2122 - git reset --hard HEAD~1
@@ -30,11 +31,6 @@ install:
3031 # as commits are performed with the default user, it needs to be set for travis too
3132 - git config --global user.email "travis@ci.com"
3233 - git config --global user.name "Travis Runner"
33-
34- # DEBUG
35- - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
36- - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/master
37- - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/HEAD
3834script :
3935 - nosetests -v --with-coverage
4036after_success :
Original file line number Diff line number Diff line change @@ -588,8 +588,6 @@ def test_rev_parse(self):
588588 self .failUnlessRaises (NotImplementedError , rev_parse , "@{1 week ago}" )
589589
590590 # the last position
591- # For some reason, this test fails on travis - even though there is a rev log
592- # from all I see there.
593591 assert rev_parse ('@{1}' ) != head .commit
594592
595593 def test_repo_odbtype (self ):
You can’t perform that action at this time.
0 commit comments