Merge "Remove tox locale overrides"

This commit is contained in:
Jenkins
2014-02-12 19:38:34 +00:00
committed by Gerrit Code Review
-3
View File
@@ -7,9 +7,6 @@ envlist = py26,py27,py33,pep8,docs
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 --testr-args='{posargs}'