Merge "Add a tox job for generating docs"

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

1
.gitignore vendored
View File

@@ -16,5 +16,6 @@ run_tests.err.log
.testrepository
.tox
doc/source/api
doc/build
*.egg
glanceclient/versioninfo

View File

@@ -24,6 +24,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