Skip to content
Snippets Groups Projects
tox.ini 519 B
[tox]
envlist = py311

[flake8]
exclude = venv,.tox
max-line-length = 120

[coverage:run]
concurrency = multiprocessing,thread

[testenv]
deps =
    pytest-xdist
    pytest-cov
    flake8
    cyclonedx-py
    -r requirements.txt

commands =
    coverage erase
    pytest -n auto --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
    flake8
    sphinx-build -M html docs/source docs/build
    cyclonedx-py environment --output-format json -o bom.json