From c231285aa4c2c78bb711648078cf3cd952dcf9c0 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 16 Feb 2018 13:34:30 -0500 Subject: [PATCH] Expand find command on tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 23cb048be..a80c9f04c 100644 --- a/tox.ini +++ b/tox.ini @@ -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]