Files @ 7726c7037dd9
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
i18n: also normalize kallithea/i18n/kallithea.pot, leaving it almost empty in the main repo
[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}