Files @ d3930bd0c14a
Branch filter:

Location: kallithea/tox.ini

domruf
templates: cleanup index page and make repo group table a 'DataTable' as well

The repo group table could be data based like the repo table instead of
wrapping an existing table - that is not done here and could be done later.

The unused reference to _dt_elements.html is removed.
[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}