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

[fix] #98 fix gitlab-ci tests task

Use make tests command
parent ec6dff7d
No related branches found
No related tags found
1 merge request!69Fix tests in wheel
Pipeline #5943 passed
......@@ -46,7 +46,6 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4
- requirements_dev.txt
- requirements.txt
- setup.py
- tests/**/*.py
.release_pip: &release_pip
script:
......@@ -68,9 +67,8 @@ test:
<<: *changes
stage: test
script:
- pip install coveralls
- pip install -r requirements.txt
- coverage run --source=duniterpy setup.py test
- make tests
check:
<<: *pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment