Skip to content
Snippets Groups Projects
Commit a193282a authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Enable Gitlab CI to run doctests

parent 8ca070c3
No related branches found
No related tags found
1 merge request!2Add CI to run doctests
pytest:
tags:
- conda
stage: test
before_script:
- python3 -m pip install -r requirements.txt
- python3 -m pip install pytest
script:
- pytest --doctest-modules --junitxml=report.xml
artifacts:
when: always
reports:
junit: report.xml
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