Skip to content

Commit 0dd3871

Browse files
committed
Adds locale to avoid click bug softlayer#490
1 parent 63bf63e commit 0dd3871

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
envlist = py27,py33,py34,py35,pypy,analysis,coverage
33

44
[testenv]
5+
setenv =
6+
LANG=C.UTF-8
7+
LC_ALL=C.UTF-8
58
deps = -r{toxinidir}/tools/test-requirements.txt
69
commands = py.test tests
710

0 commit comments

Comments
 (0)