Files @ 488a1fa637a0
Branch filter:

Location: kallithea/tox.ini

mads
celery: fix CELERY_APP creation after breakage in ea1c608efa3a

A part of change still under development had sneaked in.
[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}