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

paylogic / pip-accel / 143 / 2
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 03 May 2015 10:30AM UTC
Files 12
Run time 10s
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 10:25AM UTC coverage: 90.43% (+1.3%) from 89.093%
PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket

push

travis-ci

xolox
Bug fix for Boto configuration overrides

I was wondering why the test coverage of the S3 cache backend had
declined so significantly when I noticed that the tests on Travis CI
exposed a bug I hadn't ran into so far:

    Traceback (most recent call last):
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/__init__.py", line 157, in get
        pathname = backend.get(filename)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 147, in get
        key = self.s3_bucket.get_key(raw_key)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 214, in s3_bucket
        self.cached_bucket = self.s3_connection.get_bucket(self.config.s3_cache_bucket)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 254, in s3_connection
        boto.config.add_section('Boto')
      File "/opt/python/2.6.9/lib/python2.6/ConfigParser.py", line 245, in add_section
        raise DuplicateSectionError(section)
    DuplicateSectionError: Section 'Boto' already exists

    (from https://travis-ci.org/paylogic/pip-accel/jobs/61020251)

I'm guessing this is caused by the fact that Travis CI installs a Boto
configuration file. These changes (Boto configuration overrides) were
introduced in pip-accel 0.27.1 (6d33a6edcd8).

841 of 930 relevant lines covered (90.43%)

0.9 hits per line

Source Files on job 143.2 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 143
  • Travis Job 143.2
  • df32398f on github
  • Prev Job for PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket on master (#141.6)
  • Next Job for PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket on master (#145.6)
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