Files @ b2195895bbd7
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: install pam and ldap modules when testing with tox
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}