Files @ 2a46b2226b0b
Branch filter:

Location: rattail-project/rattail/tox.ini

lance
bump: version 0.18.9 → 0.18.10

[tox]
envlist = py38, py39, py310, py311, nox

[testenv]
extras = bouncer,db,tests
commands = pytest {posargs}

[testenv:nox]
extras = tests

[testenv:coverage]
basepython = python3
deps =
        appy
        invoke
        luigi
        xlrd
extras = bouncer,db,tests
commands = pytest --cov=rattail --cov-report=html

[testenv:docs]
basepython = python3
changedir = docs
extras = bouncer,db,tests,docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs