From de7e1d55071baf28d808a55df0dad1cc2431e6c9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 8 Sep 2014 13:51:37 -0700 Subject: [PATCH] Add docs environment to tox.ini As per the governance resolution https://review.openstack.org/119875, projects should have a docs environment in their tox.ini testing interface. Add one. Change-Id: I15c78a3c208820f041c9c3fa957aeb03eb7ab398 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 6c5454605..a8edaa66b 100644 --- a/tox.ini +++ b/tox.ini @@ -26,3 +26,7 @@ setenv = NOSE_WITH_COVERAGE=1 [testenv:venv] commands = {posargs} + +[testenv:docs] +commands = python setup.py build_sphinx +