Merge "Force the value of LC_ALL to be en_US.UTF-8"

This commit is contained in:
Jenkins 2015-06-01 14:18:15 +00:00 committed by Gerrit Code Review
commit 30564b9207
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ install_command = pip install -U --force-reinstall {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US
LC_ALL=en_US.utf-8
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =