Files @ 2e306e71aa21
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
files sources: add some space between buttons and panel with form-group

Also remove old classes:
- pull-left is not necessary
- file_author is already set on the parent element
[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}