Files
@ 2a46b2226b0b
Branch filter:
Location: rattail-project/rattail/tox.ini - annotation
2a46b2226b0b
487 B
text/x-ini
bump: version 0.18.9 → 0.18.10
21f6baf8652a 21f6baf8652a d4f5515f202a 8818c9dd1c7b 21f6baf8652a 8818c9dd1c7b 8818c9dd1c7b 8818c9dd1c7b d4f5515f202a d4f5515f202a 9fcbdb023c5d 21f6baf8652a 4b039570fe27 36b15614d2d2 36b15614d2d2 36b15614d2d2 36b15614d2d2 36b15614d2d2 8818c9dd1c7b 8818c9dd1c7b 21f6baf8652a 21f6baf8652a 4b039570fe27 21f6baf8652a 8818c9dd1c7b 8818c9dd1c7b |
[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
|