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

Commitdb828cd

Browse files
committed
This should help getting travis to work, finally
1 parentf2840c6 commitdb828cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ install:
3030
# as commits are performed with the default user, it needs to be set for travis too
3131
-git config --global user.email "travis@ci.com"
3232
-git config --global user.name "Travis Runner"
33+
34+
# debugging
35+
-tree .git/logs
36+
-cat .git/logs/HEAD
3337
script:
3438
-nosetests -v --with-coverage
3539
after_success:

‎git/test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_options_are_passed_to_git(self):
125125

126126
deftest_single_char_git_options_are_passed_to_git(self):
127127
input_value='TestValue'
128-
output_value=self.git(c='user.name={}'.format(input_value)).config('--get','user.name')
128+
output_value=self.git(c='user.name=%s'%input_value).config('--get','user.name')
129129
self.assertEquals(input_value,output_value)
130130

131131
deftest_change_to_transform_kwargs_does_not_break_command_options(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp