summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-08 13:53:02 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-08 14:34:18 -0700
commitcc7ffb72ab5d8db8c63e3b4aba279b24b18eb90d (patch)
treed88302eba902b2c1da50b514ff6bdaccca5c5d9a
parent422d0638576bfcbf812bfa96c1f87f1099b2e8ab (diff)
downloadpecan-cc7ffb72ab5d8db8c63e3b4aba279b24b18eb90d.tar.gz
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: Ic8285618f3a8b00767ef150411c2f25c09c311b6
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 42b8178..66deedd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -210,3 +210,7 @@ commands = pep8 --repeat --show-source pecan setup.py
# Generic environment for running commands like packaging
[testenv:venv]
commands={posargs}
+
+[testenv:docs]
+deps = sphinx
+commands = python setup.py build_sphinx