Skip to content
Snippets Groups Projects
tox.ini 241 B
Newer Older
Yoann Schneider's avatar
Yoann Schneider committed
envlist = arkindex_worker, doc
extras = tests
passenv = ARKINDEX_API_SCHEMA_URL
  pytest {posargs}
Yoann Schneider's avatar
Yoann Schneider committed
[testenv:doc]
extras = docs
Yoann Schneider's avatar
Yoann Schneider committed

commands =
  mkdocs build --clean --verbose --strict

[pytest]
testpaths =
  tests