Files @ bcdcdd576e0a
Branch filter:

Location: kallithea/tox.ini

domruf
helpers: allow to set class for repo_link breadcrumb links

This helps Bootstrap support.

(Since this is a high level function that returns several links and not just a
single html element, the patch has been modified to only allow specifying a
class that is used for all the links.)
[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}