[tox]
envlist=py38, py39, py310
skip_missing_interpreters = true

[testenv]
deps = .
    nose
    pytest
    pytest-cov
    jsonschema==4.0.1
commands=py.test --cov=caosdb -vv {posargs}

[flake8]
max-line-length=100

[pytest]
testpaths = unittests
xfail_strict = True
addopts = -x -vv --cov=caosdb