tailbone/tox.ini

20 lines
375 B
INI
Raw Permalink Normal View History

2014-05-17 22:22:21 -05:00
[tox]
envlist = py38, py39, py310, py311
2014-05-17 22:22:21 -05:00
[testenv]
deps = rattail-tempmon
extras = tests
commands = pytest {posargs}
2014-05-17 22:22:21 -05:00
[testenv:coverage]
basepython = python3
extras = tests
commands = pytest --cov=tailbone --cov-report=html
2014-05-17 22:22:21 -05:00
[testenv:docs]
basepython = python3
2014-05-17 22:22:21 -05:00
changedir = docs
extras = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs