docs: delete previous build

This commit is contained in:
Mehdi Abaakouk 2015-09-03 11:00:31 +02:00
parent bcf2dc7d2f
commit 51a3745d5d

View File

@ -24,7 +24,9 @@ commands = {posargs}
commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
commands =
rm -rf doc/source/ref
python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}