Update checkbuild section under tox

Makes required directories since they are not created by the doc tools
if only *.po/*.pot files in locale directories are touched.

Change-Id: Iaa206a414f29972f4b627a2cc3a29b52ff85cc25
This commit is contained in:
Pranav Salunke 2014-10-27 15:14:32 +01:00 committed by Roger Luethi
parent 215afbb56b
commit 15c8609f42

View File

@ -34,6 +34,7 @@ commands = openstack-doc-test --check-deletions {posargs}
[testenv:checkbuild]
commands =
mkdir -p publish-docs/training-guides
openstack-doc-test --check-build {posargs}
bash -c "tar czf publish-docs/training-guides/labs-scripts.tgz labs"