Files @ f626260a376c
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
i18n: extract_messages will use 'utf-8', bot msgmerge will uppercase it ... so let's just do that consistently
[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}