Merge "Add a tox job for generating docs"

This commit is contained in:
Jenkins
2014-08-03 17:14:08 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ cover
*.pyc
AUTHORS
ChangeLog
doc/build
build
dist
cinderclient/versioninfo

View File

@@ -22,6 +22,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands=
python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip