Move to separate env

remove-default-role
Santos Gallegos 2018-02-21 12:27:10 -05:00
parent 73f0883b4f
commit eec8189a36
1 changed files with 6 additions and 1 deletions

View File

@ -24,9 +24,14 @@ commands =
description = build readthedocs documentation
changedir = {toxinidir}/docs
commands =
bash -c 'rstcheck `find **/*.rst | xargs`'
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:docs-lint]
deps = -r{toxinidir}/requirements/lint.txt
changedir = {toxinidir}/docs
commands =
bash -c 'rstcheck `find **/*.rst | xargs`'
[testenv:lint]
description = run linter (prospector) to ensure the source code corresponds to our coding standards
deps = -r{toxinidir}/requirements/lint.txt