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

[enh] #98 use make tests command in gitlab-ci

parent 58978a14
No related branches found
No related tags found
No related merge requests found
Pipeline #5946 passed
...@@ -68,9 +68,8 @@ test: ...@@ -68,9 +68,8 @@ test:
<<: *changes <<: *changes
stage: test stage: test
script: script:
- pip install coveralls
- pip install -r requirements.txt - pip install -r requirements.txt
- coverage run --source=duniterpy setup.py test - make tests
check: check:
<<: *pyenv <<: *pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment