Files @ 3497cc52e59a
Branch filter:

Location: kallithea/tox.ini

МАН69К
i18n: updated translation for Russian

Currently translated at 97.8% (1058 of 1081 strings)
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}