Merge "Whitelist `rm` for docs target in tox.ini"

This commit is contained in:
Zuul 2019-04-11 10:59:03 +00:00 committed by Gerrit Code Review
commit 0d30e7649c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ commands =
rm -rf doc/html doc/build
rm -rf doc/source/apidoc doc/source/api
sphinx-build -W -b html doc/source doc/build/html
whitelist_externals = rm
[testenv:cover]
basepython = python3