Files @ f5bc47ba8dd6
Branch filter:

Location: kallithea/tox.ini

mads
i18n: fr: consistently don't use 'NARROW NO-BREAK SPACE' after double punctuation
[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}