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
cubicweb
cubes
intranet
Commits
aa141afe02d6
Commit
a7156692
authored
Mar 01, 2021
by
Nicolas Chauvat
Browse files
ci: run mypy tests only when python code changes
parent
2dfa5cb6235b
Pipeline
#37411
passed with stages
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aa141afe
...
@@ -39,6 +39,9 @@ black:
...
@@ -39,6 +39,9 @@ black:
mypy
:
mypy
:
stage
:
tests
stage
:
tests
rules
:
-
changes
:
-
"
**/*.py"
script
:
tox -e mypy
script
:
tox -e mypy
yamllint
:
yamllint
:
...
...
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