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

paylogic / pip-accel / 141 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 03 May 2015 09:53AM UTC
Files 12
Run time 5s
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: 83.477% (+0.8%) from 82.632%
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).

773 of 926 relevant lines covered (83.48%)

0.83 hits per line

Source Files on job 141.1 (PIP_ACCEL_S3_BUCKET=)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 141
  • Travis Job 141.1
  • 69020278 on github
  • Prev Job for PIP_ACCEL_S3_BUCKET= on master (#139.5)
  • Next Job for PIP_ACCEL_S3_BUCKET= on master (#143.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