Skip to content
Snippets Groups Projects
tox.ini 310 B
[tox]
envlist = nerval

[tool:pytest]
testpaths = tests
addopts =
    --cov-report=term-missing


[testenv]
commands =
  pytest --cov=nerval {posargs}

deps =
  # TODO: Remove this once https://gitlab.teklia.com/ner/nerval/-/issues/27 is done
  pytest<8
  pytest-lazy-fixture
  pytest-cov
  -rrequirements.txt