This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
chkbit/.travis.yml

10 lines
114 B
YAML
Raw Normal View History

2020-09-07 19:02:58 +02:00
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install black
script:
- black --check .