See #297: added black formatting check in CI

merge-requests/251/head
Eliot Berriot 2018-06-09 16:00:00 +02:00
rodzic e953468e69
commit aac80177f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -6,10 +6,20 @@ variables:
stages:
- lint
- test
- build
- deploy
black:
image: python:3.6
stage: lint
before_script:
- pip install black
script:
- black --check api/
test_api:
services:
- postgres:9.4