Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
aac80177
Verified
Commit
aac80177
authored
Jun 09, 2018
by
Eliot Berriot
Browse files
See #297: added black formatting check in CI
parent
e953468e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aac80177
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment