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

mgedmin / check-manifest / 109
100%

Build:
DEFAULT BRANCH: master
Ran 14 May 2014 04:30PM UTC
Jobs 6
Files 1
Run time 4min
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
109

push

travis-ci

mgedmin
Check for files in sdist but not in VCS again (#27)

This check requires that we build an sdist directly in the original
source tree, without making a clean copy.  But we need a clean copy in
order to check MANIFEST.in when setuptools VCS logic (or legacy
SOURCES.txt parsing) kicks in!  To satisfy both requirements we end up
having to build the sdist twice: once in a clean tree, and once in the
original, dirty tree.

The

  missing_from_VCS = set(sdist_files + clean_sdist_files) - set(source_files)

check could probably have been written as

  missing_from_VCS = set(sdist_files) - set(source_files)

because I'm 99.9% sure sdist_files is a superset of clean_sdist_files.
But just in case I'm wrong I thought it's better to be sure.

350 of 350 relevant lines covered (100.0%)

6.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 109.1 14 May 2014 04:30PM UTC 0
100.0
Travis Job 109.1
2 109.2 14 May 2014 04:31PM UTC 0
100.0
Travis Job 109.2
3 109.3 14 May 2014 04:31PM UTC 0
100.0
Travis Job 109.3
4 109.4 14 May 2014 04:31PM UTC 0
100.0
Travis Job 109.4
5 109.5 14 May 2014 04:31PM UTC 0
100.0
Travis Job 109.5
6 109.6 14 May 2014 04:35PM UTC 0
100.0
Travis Job 109.6
Source Files on build 109
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #109
  • 5e3e5110 on github
  • Prev Build on master (#108)
  • Next Build on master (#110)
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