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

Merge branch 'gitlab_check' into 'dev'

Merge of gitlab_check to dev

See merge request !62
parents d3c0c60d 5271d42e
No related branches found
No related tags found
1 merge request!62Merge of gitlab_check to dev
Pipeline #5702 passed
...@@ -65,13 +65,14 @@ test: ...@@ -65,13 +65,14 @@ test:
- pip install -r requirements.txt - pip install -r requirements.txt
- coverage run --source=duniterpy setup.py test - coverage run --source=duniterpy setup.py test
mypy: check:
<<: *pyenv <<: *pyenv
<<: *changes <<: *changes
stage: test stage: test
script: script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- mypy duniterpy --ignore-missing-imports - make check
releases: releases:
<<: *pyenv <<: *pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment