Files @ bdaa0b07c3b6
Branch filter:

Location: kallithea/tox.ini

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

Currently translated at 36.2% (419 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}