Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit c1933b3

Browse files
committed
Fixed locale options in tox
1 parent fdf6577 commit c1933b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, docs
88

99
[testenv]
1010
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
11-
setenv = LANG=C LC_ALL=C
11+
setenv =
12+
LANG=C
13+
LC_ALL=C
1214
commands = py.test --pep8 --clearcache
1315
deps = -rrequirements/tests.txt
1416

0 commit comments

Comments
 (0)