summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-02-07 12:42:56 +0100
committerSebastian Thiel <byronimo@gmail.com>2016-02-07 12:42:56 +0100
commit84869674124aa5da988188675c1336697c5bcf81 (patch)
treebc0410dc92a47977854ea4fafa90ee31df35f449 /.travis.yml
parentf8775f9b8e40b18352399445dba99dd1d805e8c6 (diff)
downloadgitpython-84869674124aa5da988188675c1336697c5bcf81.tar.gz
chore(travis): remove test for issue 301
Just to get the tests green again for py2.7. Deleting the test isn't the right way to do it, but the one of a maintainer who wants to spend no more time than possibly necessary.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index c68a24b8..4e367fff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,18 +28,11 @@ install:
# If we rewrite the user's config by accident, we will mess it up
# and cause subsequent tests to fail
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
- # used later when testing for specific issue
- # copy the configured key into place so clone can work
- # The key just has read-only access to the test-repository
- - cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
- - chmod 0400 ~/.ssh/id_rsa
- - git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
-script:
+script:
# Make sure we limit open handles to see if we are leaking them
- ulimit -n 96
- ulimit -n
- nosetests -v --with-coverage
- - '( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
- flake8
- cd doc && make html
after_success: