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

Commitbbf0434

Browse files
committed
fix(travis): get py2.6 to work
Seems like OSX is somewhat special here ... .
1 parent9db24bc commitbbf0434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_environment(self, rw_dir):
201201
try:
202202
remote.fetch()
203203
exceptGitCommandErroraserr:
204-
ifsys.version_info[0]<3:
204+
ifsys.version_info[0]<3andsys.platform=='darwin':
205205
assert'ssh-origin'instr(err)
206206
asserterr.status==128
207207
else:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp