Skip to content

Commit

Permalink
Force set locale env for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed May 14, 2015
1 parent 02d3d6a commit 978e278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ envlist = py26, py27, py33, py34, pypy, flake8, manifest, docs
[testenv]
setenv =
PYTHONHASHSEED = 0
LC_ALL=en_US.utf-8
LANG=en_US.utf-8
deps =
pytest-cov
pytest-mock
Expand All @@ -14,6 +16,8 @@ commands =
basepython = python2.6
setenv =
PYTHONHASHSEED = 0
LC_ALL=en_US.utf-8
LANG=en_US.utf-8
deps =
pytest-cov
pytest-mock
Expand Down

0 comments on commit 978e278

Please sign in to comment.