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

psf / black / 280
96%

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

push

travis-ci-com

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 280.1 (TEST_CMD="pre-commit run --all-files") 21 Oct 2019 09:23AM UTC 0
Travis Job 280.1
2 280.2 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:24AM UTC 0
95.71
Travis Job 280.2
3 280.3 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:24AM UTC 0
95.71
Travis Job 280.3
4 280.4 (TEST_CMD="coverage run tests/test_black.py") 21 Oct 2019 09:25AM UTC 0
95.84
Travis Job 280.4
Source Files on build 280
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #280
  • 03766f51 on github
  • Prev Build on master (#1238)
  • Next Build on master (#281)
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