Add travis
format checking step
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user