Files @ 5fc420b5c49c
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
admin: hooks: move informative span to 'custom hooks'

Explaining what hooks are is mostly useful on the 'custom hooks' section, as
the built-in hooks are read-only.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}