Remove locale overrides in tox

This is being done in all OpenStack projects.

Change-Id: I0000a9b8e35089dfb7683f21c718586a023a778d
This commit is contained in:
Alex Gaynor
2014-02-09 22:19:40 -08:00
parent fe57620045
commit 83ec5d3047

View File

@@ -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}'