Files @ 437545429441
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
templates: drop id="body" on body - it wasn't used and caused duplicate IDs

There are lots of
<div id="body" class="codeblock">
where the body id perhaps also could be dropped.
[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}