Add travis format checking step

This commit is contained in:
Mads Marquart
2019-01-31 20:59:48 +01:00
parent e0710a2ec1
commit 3df4172237

View File

@@ -23,6 +23,11 @@ jobs:
sudo: required sudo: required
- python: pypy3.5 - python: pypy3.5
- name: Lint
before_install: skip
install: pip install black
script: black --check --verbose .
- stage: deploy - stage: deploy
name: Github Releases name: Github Releases
if: tag IS present if: tag IS present