Skip to content
Snippets Groups Projects
Commit 5c57847a authored by Thibault Debatty's avatar Thibault Debatty
Browse files

add requirements.txt to fix gitlab-ci test

parent c1a87bd6
No related branches found
No related tags found
No related merge requests found
Pipeline #10425 passed
......@@ -10,7 +10,7 @@ test:pylint:
stage: test
image: python:3.10
script:
- pip install pylint --quiet
- python -m pip install pylint --quiet
- pylint --fail-under=8 --ignored-classes=_socketobject src/dokos/*.py
## https://cylab.be/blog/44/easy-testing-with-python-doctest-and-gitlab
......@@ -18,6 +18,7 @@ test:doctest:
stage: test
image: python:3.10
script:
- python -m pip install -r requirements.txt
- python -m doctest -v src/dokos/dokos.py
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment