Files @ 9452b5a8e06f
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
celery: refactor config loader

* implement __contains__ - is needed by Celery 3
* less exception juggling - follow the flow and let __getitem__ be simple and low level

TODO: Drop the name mangling and just use the real names for the settings.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}