Files @ 5c549b26231a
Branch filter:

Location: kallithea/tox.ini

domruf
tests: set LANG and LANGUAGE - vcs tests expect messages to be in english

Some systems work fine without - especially Windows seems to need it.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
commands =
    pytest: py.test {posargs}