Files @ e539db6cc0da
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
celery: update ini template to use json for tasks and results

Json seems to be more reliable than pickle, and seems to be the future.
[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}