Files @ b42eae7b7abb
Branch filter:

Location: kallithea/tox.ini

mads
tg: fix launching with kajiki after moving to FullStackApplicationConfigurator 27d9ca0c8381

Application start failed with:
TypeError: 'FullStackApplicationConfigurator' object is not subscriptable
[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}