Files @ eb9b95e835cb
Branch filter:

Location: kallithea/tox.ini

Søren Løvborg
css: fix checkbox alignment

Checkboxes are a bit off-alignment throughout Kallithea, but floating
them left makes it noticably worse, and also seems like an odd thing
to do (checkboxes are usually rendered inline with the label).
[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}