Files @ 6b4a13022e27
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
update-copyrights: fixup double entry for Lars Kruse and regenerate

Caused by translation commit bb62416296db.
[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}