[tox]
envlist=py37, py38, py39, py310, py311, py312, py313
skip_missing_interpreters = true

[testenv]
deps = .
    pynose
    pytest
    pytest-cov
    mypy
    jsonschema>=4.4.0
commands=py.test --cov=linkahead -vv {posargs}

[flake8]
max-line-length=100

[pytest]
testpaths = unittests
xfail_strict = True
addopts = -x -vv --cov=linkahead
pythonpath = src