From c5a9bbef0d2d8fc5877dab55879464a13955a341 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 3 Jul 2015 15:45:09 +0200 Subject: chore(travis): added test for issue 301 Related to #301 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7aaf9f94..08eafda5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,11 +28,14 @@ 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 + - git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo 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: -- cgit v1.2.3