Files @ a5c17c93d246
Branch filter:

Location: kallithea/tox.ini

mads
celery: don't return values from task functions - we use ignore_result=True and will never get anything back when running async
[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}