Skip to content
Snippets Groups Projects
tox.ini 208 B
[tox]
envlist = arkindex_worker
skipsdist=True

[testenv]
passenv = ARKINDEX_API_SCHEMA_URL
commands =
  pytest {posargs}

deps =
  -rrequirements.txt
  -rtests-requirements.txt

[pytest]
testpaths =
  tests