Create tox jobs for translated manual

Create new job for building of translated manual.
The job needs version 0.5 of openstack-doc-tools to support the "-l"
flag.

Change-Id: I2cdbecb29783c4ee90b3a663f97ab0d593e1ccfe
This commit is contained in:
Andreas Jaeger 2014-02-04 20:01:12 +01:00
parent 6e999c0888
commit b0562c4260
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
# Build directories
target/
publish-docs/
generated/
# Editors
*~

View File

@ -25,3 +25,9 @@ commands = openstack-doc-test --check-deletions {posargs}
[testenv:checkbuild]
commands = openstack-doc-test --check-build {posargs}
[testenv:buildlang]
# Run as "tox -e buildlang -- $LANG"
commands =
generatedocbook -l {posargs} -b openstack-ops
openstack-doc-test --check-build -l {posargs}