Files @ 9491eb545fef
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
styling: map pylonslib flash message categories to bootstrap alert classes

Error messages where shown without styling because they use the alert-error
class which doesn't exist in Bootstrap.

Pylonslib only support a few hardcoded categories. Map them to corresponding
Bootstrap classes.
[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}