Skip to content
Snippets Groups Projects
Commit 821e3432 authored by Martin Lange's avatar Martin Lange
Browse files

move doctests into CI test phase

parent c070e2cf
No related branches found
No related tags found
1 merge request!127Doc-tests
Pipeline #123369 passed with stages
in 3 minutes and 27 seconds
This commit is part of merge request !127. Comments created here will be created in the context of that merge request.
...@@ -2,7 +2,6 @@ image: python ...@@ -2,7 +2,6 @@ image: python
stages: stages:
- test - test
- doctest
- build - build
- deploy - deploy
...@@ -31,7 +30,7 @@ test: ...@@ -31,7 +30,7 @@ test:
- cov - cov
doctest: doctest:
stage: doctest stage: test
script: script:
- pip3 install --editable .[doc] - pip3 install --editable .[doc]
- sphinx-build -b doctest docs/source docs/build - sphinx-build -b doctest docs/source docs/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