summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-07-03 15:45:09 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-07-03 15:45:09 +0200
commitc5a9bbef0d2d8fc5877dab55879464a13955a341 (patch)
treea7373bb3682e3f2752438c922676bdfb856422c2 /.travis.yml
parent369e564174bfdd592d64a027bebc3f3f41ee8f11 (diff)
downloadgitpython-c5a9bbef0d2d8fc5877dab55879464a13955a341.tar.gz
chore(travis): added test for issue 301
Related to #301
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: