Files @ dfb31968225d
Branch filter:

Location: kallithea/tox.ini

domruf
templates: tweak file edit page markup to be slightly more correct and make it look slightly better

- use <label> for the commit message label
- use .form-group
- use form-inline only for the heading
- use form-group-sm to make the <select> less bloated
[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}