Files @ 5e4afc5fd29e
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
setup: TurboGears 2.4 (and WebOb 1.8.0)

All the known problems blocking an upgrade has been fixed.
[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}