Skip to content
Snippets Groups Projects
Commit 6d6f5a08 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Build doc tox

parent 2be85de2
No related branches found
No related tags found
1 merge request!406Build doc tox
......@@ -46,7 +46,7 @@ test:
- schedules
script:
- tox -- -v
- tox -e teklia-dan -- -v
docker-build:
stage: build
......@@ -71,10 +71,10 @@ docker-build:
- public
before_script:
- pip install -e .[docs]
- pip install tox
script:
- mkdocs build --strict --verbose
- tox -e doc
docs-build:
extends: .docs
......
[tox]
env_list =
teklia-dan
teklia-dan, doc
minversion = 4.6.4
[testenv]
......@@ -14,5 +14,11 @@ deps =
commands =
pytest {tty:--color=yes} {posargs}
[testenv:doc]
extras = docs
commands =
mkdocs build --clean --verbose --strict
[pytest]
testpaths= tests
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