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

eriknw / toolz / 85
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: python3.6
DEFAULT BRANCH: master
Ran 09 May 2014 02:47PM UTC
Jobs 4
Files 11
Run time 50s
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
85

push

travis-ci

eriknw
Faster `remove` by using `filterfalse`, which was added to `compatibility`

Also, a typo (it lied!) was fixed in the documentation of `remove`

By using `filterfalse`, we modify the behavior of `remove` when `None` is
used as the predicate.  Previously, `remove(None, [0, 1, 2])` raised
`TypeError`.  Now it returns `[0]`.  If we want the former, we can add a
check for `None`.

455 of 455 relevant lines covered (100.0%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 85.1 (PEP8_IGNORE="") 09 May 2014 02:47PM UTC 0
100.0
Travis Job 85.1
2 85.2 (PEP8_IGNORE="") 09 May 2014 02:48PM UTC 0
100.0
Travis Job 85.2
3 85.3 (PEP8_IGNORE="") 09 May 2014 02:47PM UTC 0
100.0
Travis Job 85.3
4 85.4 (PEP8_IGNORE="") 09 May 2014 02:47PM UTC 0
100.0
Travis Job 85.4
Source Files on build 85
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #85
  • a6a39558 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