Add docs section to tox.ini

Change-Id: I694de56e3927968e179e7e101dfb740c627699a8
This commit is contained in:
Flavio Percoco 2015-12-15 22:29:43 -04:30
parent adafb675ae
commit ec02a149c3
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
.[s3,vmware,swift,gridfs,cinder]
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip