Skip to content
Snippets Groups Projects
Commit 9dba9504 authored by Vincent Texier's avatar Vincent Texier
Browse files

[CI] add format stage in .gitlab-ci.yml

parent f2a8a05f
No related branches found
No related tags found
No related merge requests found
stages:
- format
- tests
- build
- release
......@@ -52,6 +53,16 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
- tests/**/*.py
# TASKS
format:
extends:
- .env
- .changes
stage: format
script:
- pyenv shell 3.6.4 # black install and run needs python 3.6.x minimum
- pip install -r requirements_dev.txt
- make check-format
tests:
extends:
- .env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment