Files @ 2fac3c55f9bc
Branch filter:

Location: kallithea/tox.ini

mads
vcs: slight clean up of _check_url

Make static void function static and without return value.
[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}