Add docs to tox

In order to know about nova-docker, we can use the command
'tox -e docs' to build nova-docker documents conveniently.

Change-Id: Ib172c71c7cb94f83a497112496787a5344ea9a47
This commit is contained in:
zhangguoqing
2016-02-22 23:30:13 +08:00
parent d887358d73
commit 1b0d76c584

View File

@@ -19,6 +19,9 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'