chkbit-py/.travis.yml
Christian Zangl 7953a9ca45 add black
2020-09-07 19:02:58 +02:00

10 lines
114 B
YAML

language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install black
script:
- black --check .