summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-08 13:47:38 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-08 13:47:38 -0700
commitffd90ea117d19f7a9aceaed33269b109d4f6f20a (patch)
treee61f6cbbf677005654775357cbfa7688f7645f26
parente50c5ad2e9b928abe998262b471ef23852af13d9 (diff)
downloadzuul-ffd90ea117d19f7a9aceaed33269b109d4f6f20a.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: I5908033d835d35a0650b77b01ff727d81eb79eb0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3510ddbdc..6e459699d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@ commands = flake8
commands =
python setup.py testr --coverage
-[testenv:doc]
+[testenv:docs]
commands = python setup.py build_sphinx
[testenv:venv]