summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2014-02-09 17:49:29 -0500
committerRussell Bryant <rbryant@redhat.com>2014-02-09 17:49:29 -0500
commitf6fdff657f079c83b2c3702380218c2b546ee632 (patch)
tree72e2d3e51154a2993539728d3296e6234607ca4a /tox.ini
parent810857849ed32773c38df12785715f89d33e83af (diff)
downloadpython-novaclient-f6fdff657f079c83b2c3702380218c2b546ee632.tar.gz
Fix python 3.3 unit test job
Change-Id: Ibb253e51ec2412d71d04a1994cef4fb60e77f234 Closes-bug: 1277495
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index be96a798..b7d69494 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ 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