Skip to content

Commit

Permalink
Fix line length in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang committed Mar 11, 2016
1 parent 05b97d7 commit f3c25ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pep425.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def iter_solutions():
if interp == 'cp' and interp_suffix == '26' and platform == 'linux_x86_64':
abis.extend([
'cp%s' % interp_suffix,
'cp%sdmu' % interp_suffix, 'cp%sdm' % interp_suffix, 'cp%sdu' % interp_suffix, 'cp%sd' % interp_suffix,
'cp%sdmu' % interp_suffix, 'cp%sdm' % interp_suffix,
'cp%sdu' % interp_suffix, 'cp%sd' % interp_suffix,
'cp%smu' % interp_suffix, 'cp%sm' % interp_suffix,
'cp%su' % interp_suffix
])
Expand Down

0 comments on commit f3c25ce

Please sign in to comment.