[tox] minversion = 3.18.0 envlist = docs,pep8 ignore_basepython_conflict = True skipsdist = True [testenv] basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt allowlist_externals = find commands = find . -type f -name "*.pyc" -delete stestr run --slowest {posargs} [testenv:venv] commands = {posargs} [testenv:docs] commands = sphinx-build -W -a -b html doc/source doc/build/html [testenv:spelling] deps = -r{toxinidir}/requirements.txt sphinxcontrib-spelling PyEnchant commands = sphinx-build -b spelling doc/source doc/build/spelling