Files @ c0f455bad77b
Branch filter:

Location: kallithea/tox.ini

domruf
less: stick with the default of no shadow in navbar

And .icon is a span now, so display: inline has no effect
[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}