Remove locale overrides from tox

Remove LANG, LANGUAGE, and LC_ALL settings from tox to mirror
https://review.openstack.org/#/c/72233

Change-Id: I410a4dc3de622ddb3886df897de6d9a1311dd2b1
This commit is contained in:
Doug Hellmann 2014-02-10 09:28:36 -08:00
parent 5ec07668bb
commit 2dcb5eef20
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ envlist = py26,py27,py33,pypy,pep8
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}'