Files @ ad5f5906e340
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
style: increase spacing around PR comment chunks

Use more spacing around the whole comment section - 5px was too cramped, 10px
(from @kallithea-panel-margin) is used in other places and looks better.
[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}