summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-16 15:37:53 +0000
committerGerrit Code Review <review@openstack.org>2014-09-16 15:37:53 +0000
commitc9d11ab291202317f016f2574ac08519e96d9728 (patch)
tree08b4c2c3d847bb906b47ccd059afdcb81d977f72
parentc54d9eaae762e7f5af76a69f1a5a4cae19d9094e (diff)
parentffd90ea117d19f7a9aceaed33269b109d4f6f20a (diff)
downloadzuul-c9d11ab291202317f016f2574ac08519e96d9728.tar.gz
Merge "Rename doc environment to docs"
-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]