10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369e564 commit c5a9bbeCopy full SHA for c5a9bbe
.travis.yml
@@ -28,11 +28,14 @@ install:
28
# If we rewrite the user's config by accident, we will mess it up
29
# and cause subsequent tests to fail
30
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
31
+ # used later when testing for specific issue
32
+ - git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
33
script:
34
# Make sure we limit open handles to see if we are leaking them
35
- ulimit -n 96
36
- ulimit -n
37
- nosetests -v --with-coverage
38
+ - '( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
39
- flake8
40
- cd doc && make html
41
after_success:
0 commit comments