Files @ 3330ffb6326a
Branch filter:

Location: kallithea/tox.ini

mads
setup: bump some dev_requirements.txt versions

Upgrade notes for these libraries have not been investigated thoroughly, but
testing seems to show that it works.
[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}