mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: run black fmt check
This commit is contained in:
parent
29091293f5
commit
133154ad1b
|
|
@ -21,5 +21,6 @@ tests:
|
|||
- ls
|
||||
- cp config.ci.py config.py
|
||||
- pipenv run ./manage.py migrate
|
||||
- pipenv run black --check litecord run.py tests manage
|
||||
- pipenv run pyflakes run.py litecord/
|
||||
- pipenv run pytest tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue