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

paylogic / pip-accel / 142 / 5
90%
master: 92%

Build:
Build:
LAST BUILD BRANCH: windows-support
DEFAULT BRANCH: master
Ran 03 May 2015 10:05AM UTC
Files 12
Run time 6s
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

03 May 2015 09:49AM UTC coverage: 82.613% (+0.09%) from 82.524%
PIP_ACCEL_S3_BUCKET=

push

travis-ci

xolox
Improve installed files tracking by forcing setuptools

When pip runs a setup.py script it forces the use of setuptools (instead
of distutils) which means *.egg-info metadata is stored in a directory.
In this directory pip creates an installed-files.txt file which enables
reliable uninstallation.

In pip-accel 0.25 (0bf3c2202d2) support for installed files tracking was
added, but pip-accel didn't force the use of setuptools in setup.py
scripts. Because of this every package whose setup.py script used
distutils would log the following warning during installation:

  Not tracking installed files (couldn't reliably determine *.egg-info directory)

With the changes in this commit all setup.py scripts will be forced to
use setuptools which stores *.egg-info metadata in a directory, enabling
tracking of installed files by pip and pip-accel, which in turn enables
removal of previously installed packages (pip uninstall).

765 of 926 relevant lines covered (82.61%)

0.83 hits per line

Source Files on job 142.5 (PIP_ACCEL_S3_BUCKET=)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 142
  • Travis Job 142.5
  • 69020278 on github
  • Prev Job for PIP_ACCEL_S3_BUCKET= on 0.29 (#133.5)
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