Files @ a22352f81a3e
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
contributors: remove redundant entries

These contributors are already present in repository history for the
specified years. The entries can be removed from 'contributor_data' without
impact in CONTRIBUTORS or the about page.
[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}