Merge "Setting language for the python3.6 tox environment"

This commit is contained in:
Zuul
2021-08-19 18:09:24 +00:00
committed by Gerrit Code Review

View File

@@ -14,6 +14,8 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
setenv =
LC_ALL=en_US.UTF-8
[testenv:venv]
commands = {posargs}