Files @ 522cfb2be9e1
Branch filter:

Location: kallithea/tox.ini

domruf
tests: add custom hook tests

Git testing is omitted for now - errors are not reported as they are for Hg.
[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}