Files @ 7e22d42320cd
Branch filter:

Location: kallithea/tox.ini

domruf
style: be consistent and don't use col-*-* classes

In order to not show overlap the lock icon also change its positioning style.
[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}