summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-06-02 05:45:48 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-06-02 05:45:55 +0200
commit09911edbed66b71aa561f1ea522ce74b2cf62f70 (patch)
tree0f7656e98e277909328f25909a78c2e64970ea97 /tox.ini
parente0e703142446036a5c6c31cf234d604bfb34a453 (diff)
downloadclick-09911edbed66b71aa561f1ea522ce74b2cf62f70.tar.gz
Inherit LANG from outer env
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2dd6b67..91bef64 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist = py26,py27,py33,py34,pypy
[testenv]
+passenv = LANG
commands = make test
deps =
colorama