• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

laterpay / laterpay-client-python / 322
69%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: python37
DEFAULT BRANCH: develop
Ran 18 Mar 2016 03:13PM UTC
Jobs 1
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
322

push

travis-ci

suligap
Let sorted() do the right thing on its own

There's no need to pass `key` or `cmp` params to `sorted`
in our use case.

    >>> sorted([('z', 'b'), ('z', 'a'), ('y', 'z')])
    [('y', 'z'), ('z', 'a'), ('z', 'b')]

225 of 327 relevant lines covered (68.81%)

0.69 hits per line

Jobs
ID Job ID Ran Files Coverage
4 322.4 (TOX_ENV=cov) 18 Mar 2016 03:13PM UTC 0
68.81
Travis Job 322.4
Source Files on build 322
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #322
  • a9188d51 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc