Files @ 5a15437793d0
Branch filter:

Location: kallithea/tox.ini

Pheng Heong Tan
i18n: updated translation for Chinese (Simplified)

Currently translated at 36.3% (420 of 1155 strings)
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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