skip translation warnings on tox build

Change-Id: I30c39d1eea901b41efece96c95cfb4f9bdc0b49c
This commit is contained in:
Frank Kloeker 2019-01-25 13:57:21 +01:00
parent d67cc82953
commit ef75f4e066
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ setenv = VIRTUAL_ENV={envdir}
passenv = *_proxy *_PROXY ZUUL_*
[testenv:docs]
setenv =
SPHINX_WARNINGS_TRANS=1
deps =
-r{toxinidir}/doc/requirements.txt
commands =