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

[fix] #98 fix gitlab-ci and MakeFile bugs

Remove useless coverage package in dev requirements
parent 834382c4
Branches
Tags
No related merge requests found
Pipeline #5912 passed
......@@ -63,6 +63,7 @@ test:
<<: *changes
stage: test
script:
- pip install coverage
- pip install -r requirements.txt
- coverage run -m unittest
- coverage report -m
......
......@@ -7,7 +7,7 @@ docs:
# run tests
tests:
python3 -m ${TESTS_FILTER}
python3 -m unittest ${TESTS_FILTER}
# check
check: mypy pylint check-format
......
coveralls
mypy
pylint
black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment