Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Keitel
PyFstat
Commits
19180ede
Commit
19180ede
authored
Aug 06, 2019
by
Reinhard Prix
Browse files
gitlab-ci: activate static-analysis stage
- only black for now
parent
b16b2e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
19180ede
...
...
@@ -31,8 +31,9 @@ pytest:
when
:
always
expire_in
:
24h
.
static
:
static
:
stage
:
Static Analysis
tags
:
[
pyFstat
]
script
:
-
source ${VENV_DIR}/bin/activate
-
black --check .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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