Merge "Remove tox locale overrides"

This commit is contained in:
Jenkins 2014-02-11 00:20:12 +00:00 committed by Gerrit Code Review
commit c6d3924f42

View File

@ -8,9 +8,6 @@ usedevelop = True
install_command = pip install --allow-external lazr.authentication --allow-insecure lazr.authentication -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} tests.unit'