From 133154ad1bf32cbd7e17025b8987eff5abc51167 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 31 Mar 2020 16:38:59 -0300 Subject: [PATCH] .gitlab-ci.yml: run black fmt check --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dded694..956ff46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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