Fix tox.ini for docs venv

In 'docs' venv, we are using 'rm' command without specifying that 'bash'
should be provisioned in the venv. This patch fixes it thus removes the
warning when building docs.

Change-Id: I0ef63d930c007d7a479a32f55c273771f4e904e4
This commit is contained in:
tengqm 2016-07-27 01:39:27 -04:00
parent e5a9c8065d
commit 1120911e96

View File

@ -83,6 +83,8 @@ commands =
python setup.py build_sphinx
sphinx-build -W -b html api-ref/source api-ref/build/html
whitelist_externals = rm
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html