Expand find command on tox

remove-default-role
Santos Gallegos 2018-02-16 13:34:30 -05:00
parent 607e3e2014
commit c231285aa4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ commands =
description = build readthedocs documentation
changedir = {toxinidir}/docs
commands =
rstcheck `find **/*.rst | xargs`
bash -c 'rstcheck `find **/*.rst | xargs`'
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint]