Files @ ff58aa21f9a3
Branch filter:

Location: kallithea/tox.ini

mads
hooks: fix incorrect visual nesting in the admin UI

A form-group was missing.
[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}