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

[testenv]
passenv = ARKINDEX_API_SCHEMA_URL
commands =
  pytest

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

[pytest]
testpaths =
  tests