Files @ 67e5b90801aa
Branch filter:

Location: kallithea/tox.ini - annotation

mads
lib: move webhelpers2 and friends to webutils

Gives less of the unfortunate use of helpers - especially in low level libs.
[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}