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

psf / black / 261
96%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2019 02:25PM UTC
Jobs 3
Files 0
Run time –
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
261

push

travis-ci-com

ambv
Change how venv path is modified in vim plugin (#804)

- Check if black venv path is not already in `sys.path`
- Append (not insert) path so that black doesn't incorrectly import backports (e.g. `typing`)

Avoids this error if `typing` is present in venv:
```
Traceback (most recent call last):
  File "<string>", line 56, in <module>
  File "/home/josh/.virtualenvs/default/lib/python3.7/site-packages/black.py", line 19, in <module>
    from typing import (
  File "/home/josh/.virtualenvs/default/lib/python3.7/site-packages/typing.py", line 1356, in <module>
    class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
  File "/home/josh/.virtualenvs/default/lib/python3.7/site-packages/typing.py", line 1004, in __new__
    self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
```
Jobs
ID Job ID Ran Files Coverage
1 261.1 (TEST_CMD="mypy black.py blackd.py tests/test_black.py") 20 Oct 2019 02:25PM UTC 0
Travis Job 261.1
2 261.2 (TEST_CMD="black --check --verbose .") 20 Oct 2019 02:25PM UTC 0
Travis Job 261.2
3 261.3 (TEST_CMD="flake8 black.py blackd.py tests/test_black.py") 20 Oct 2019 02:25PM UTC 0
Travis Job 261.3
Source Files on build 261
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #261
  • 9027ca63 on github
  • Prev Build on master (#260)
  • Next Build on master (#1218)
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