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

mgedmin / check-manifest / 100
100%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2014 12:34PM UTC
Jobs 5
Files 1
Run time –
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
100

push

travis-ci

mgedmin
Handle os.unlink() in our rmtree()

Did you know what on Python 3.3 on Windows os.remove() and os.unlink()
are distinct functions?

    Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    Module readline not available.
    >>> import os
    >>> os.remove
    <built-in function remove>
    >>> os.unlink
    <built-in function unlink>
    >>> os.remove is os.unlink
    False

340 of 340 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 100.1 04 Feb 2014 12:34PM UTC 0
100.0
Travis Job 100.1
2 100.2 04 Feb 2014 12:34PM UTC 0
100.0
Travis Job 100.2
3 100.3 04 Feb 2014 12:34PM UTC 0
100.0
Travis Job 100.3
4 100.4 04 Feb 2014 12:34PM UTC 0
100.0
Travis Job 100.4
5 100.5 04 Feb 2014 12:35PM UTC 0
100.0
Travis Job 100.5
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • e3ff3313 on github
  • Prev Build on master (#99)
  • Next Build on master (#101)
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