Files @ 9b4ebc0b2742
Branch filter:

Location: kallithea/tox.ini

domruf
less: add hint about how to generate css from less files

In case somebody opens the css file to make some changes, he will see this
message on how to use less instead of editing the css files.
[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}