Files @ 4b5ab0426388
Branch filter:

Location: kallithea/tox.ini

mads
repo group: use lazy string formatting when logging

Avoid using % operator to generate an unused string.
[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}