From 2f6eb4308cf0db0eba7d82627dcae58ae704d122 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Jul 2014 14:08:22 -0400 Subject: [PATCH] Add docs job to tox.ini This will allow developers to more easily run the docs job that generates the developerdocs for python-ceilometerclient Change-Id: I27bb80e476d4bef85d3a543d7b4738ec6c29b6db --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index dbfefa0..56dbb72 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,10 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:venv] commands = {posargs} +[testenv:docs] +commands= + python setup.py build_sphinx + [flake8] # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash