Merge "docs: clean up environment before building"

This commit is contained in:
Jenkins 2017-03-29 08:27:44 +00:00 committed by Gerrit Code Review
commit 4cfa69d21c
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ deps = coveralls
{[testenv]deps}
[testenv:docs]
commands = python setup.py build_sphinx
commands = rm -rf doc/source/api doc/build
python setup.py build_sphinx
[testenv:genconfig]
commands = oslo-config-generator --output-file etc/ooi.conf.sample \