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

psf / black / 1254 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2020 05:04AM UTC
Files 0
Run time 0s
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

13 Oct 2020 05:03AM UTC coverage: 0.0%. Remained the same
TEST_CMD="pre-commit run --all-files --show-diff-on-failure"

push

travis-ci-com

web-flow
Add blackd to nicely exit if missing aiohttp deps (#1761)

- If no aiohttp* deps exist nicely print a helpful message and exit
- There seems to be no nice way to optionally install the entry point, so lets make the entry point nicer

Test:
```
cooper-mbp1:black cooper$ /tmp/tb/bin/pip install .
cooper-mbp1:black cooper$ /tmp/tb/bin/blackd
aiohttp dependency is not installed: No module named 'aiohttp'. Please re-install black with the '[d]' extra install  to obtain aiohttp_cors: `pip install black[d]`
cooper-mbp1:black cooper$ /tmp/tb/bin/pip install .[d]
...
Successfully installed aiohttp-3.6.3 aiohttp-cors-0.7.0 black
cooper-mbp1:black cooper$ /tmp/tb/bin/blackd
blackd version 20.8b2.dev31+gdd2f86a.d20201013 listening on localhost port 45484
```

Fixes #1688

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job 1254.1 (TEST_CMD="pre-commit run --all-files --show-diff-on-failure")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1841
  • Travis Job 1254.1
  • f311d825 on github
  • Prev Job for TEST_CMD="pre-commit run --all-files --show-diff-on-failure" on master (#1243.1)
  • Next Job for TEST_CMD="pre-commit run --all-files --show-diff-on-failure" on master (#2214.1)
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