Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5a9bbe

Browse files
committed
chore(travis): added test for issue 301
Related to#301
1 parent369e564 commitc5a9bbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ install:
2828
# If we rewrite the user's config by accident, we will mess it up
2929
# and cause subsequent tests to fail
3030
-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
3133
script:
3234
# Make sure we limit open handles to see if we are leaking them
3335
-ulimit -n 96
3436
-ulimit -n
3537
-nosetests -v --with-coverage
38+
-'( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
3639
-flake8
3740
-cd doc && make html
3841
after_success:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp