[tox] minversion = 1.6 envlist = coala,docs skipsdist = true [testenv:coala] basepython = python3 deps = coala<0.11 coala-bears nodeenv commands = nodeenv -p npm install --global remark-cli remark-lint coala --non-interactive [testenv:docs] deps = -rrequirements.txt commands = sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo [testenv:docs-linkcheck] deps = -rrequirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck