Files @ 3f1e3fba3a3e
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
style: move perm_tag to kallithea-tags.less

Also move these styles in the original style.css to make the delta again
zero.
[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}