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

psf / black / 1237
96%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2019 09:21AM UTC
Jobs 4
Files 8
Run time 1min
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
1237

push

travis-ci

ambv
Do not load incompatible cache (#875) (#1034)

A black cache created in Python 3.8 throws an unhandled
ValueError in earlier versions. This is because 3.6 does
not recognize the pickle protocol used as default in 3.8.
Accordingly, this commit:

  - Fixes read_cache to return an empty cache instead.

  - Changes the pickle protocol to 4 as the highest protocol
    fully supported by black's supported Python versions.

6524 of 6814 relevant lines covered (95.74%)

2.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1237.1 (TEST_CMD="pre-commit run --all-files") 21 Oct 2019 09:21AM UTC 0
Travis Job 1237.1
2 1237.2 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:22AM UTC 0
95.71
Travis Job 1237.2
3 1237.3 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:22AM UTC 0
95.71
Travis Job 1237.3
4 1237.4 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:22AM UTC 0
95.84
Travis Job 1237.4
Source Files on build 1237
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1237
  • 03766f51 on github
  • Prev Build on master (#1236)
  • Next Build on master (#279)
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