Files @ a2ec23356e6b
Branch filter:

Location: kallithea/tox.ini

Manuel Jacob
docs: note that the old issue tracker doesn’t work anymore
[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}