Files @ dd1c939c33b7
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
templates: drop a few breadcrumbs definitions - they are not used anyway

Only the main breadcrumbs definition in base.html is used - it then calls
breadcrumbs_links that is used in most page templates.
[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}