[tox]
envlist = arkindex_worker, doc
[testenv]
extras = tests
passenv = ARKINDEX_API_SCHEMA_URL
commands =
pytest {posargs}
[testenv:doc]
extras = docs
commands = mkdocs build --clean --verbose --strict
[pytest] testpaths = tests