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

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

parent f18b2429
Branches
Tags
No related merge requests found
stages:
- github-sync
- tests
- build
- release
......@@ -52,6 +52,17 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
- tests/**/*.py
# TASKS
tests:
extends:
- .env
- .changes
stage: tests
script:
- pyenv shell 3.6.4 # black install needs python 3.6.x minimum
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- make tests
build:
extends:
- .env
......
black==19.10b0
black
duniter-mirage>=0.1.50
mypy==0.770
pylint==2.4.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment