Remove locale overrides in tox
This is being done in all OpenStack projects. Change-Id: I0000a9b8e35089dfb7683f21c718586a023a778d
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -8,9 +8,6 @@ usedevelop = True
|
||||
install_command = pip install -U {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LANG=en_US.UTF-8
|
||||
LANGUAGE=en_US:en
|
||||
LC_ALL=C
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
Reference in New Issue
Block a user