.gitlab-ci.yml: run black fmt check

This commit is contained in:
Luna 2020-03-31 16:38:59 -03:00
parent 29091293f5
commit 133154ad1b
1 changed files with 1 additions and 0 deletions

View File

@ -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