summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-08 13:47:17 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-08 13:47:17 -0700
commit58a991c347b026d34a9acf75be24b73badc2ddc2 (patch)
tree9580b4899bedabe7715099a87c5f3ef06fa85694
parent06b9eb027c4cd0e22f2d6bb5295b9ebbef8f708d (diff)
downloadgear-58a991c347b026d34a9acf75be24b73badc2ddc2.tar.gz
Rename doc environment to docs
As per the governance resolution https://review.openstack.org/119875, projects should have a docs environment in their tox.ini testing interface. Rename the doc environment to docs. Change-Id: I3ed8f62d9d3637ce2541ea2aaf91209b60521113
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2c2829f..daf5cc5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,5 +34,5 @@ show-source = true
ignore = E123,E125,H
select = H231
-[testenv:doc]
+[testenv:docs]
commands = python setup.py build_sphinx