Files @ 3b54bcf6d128
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
front-end: fix documentation regarding theme.less file

The documentation stated that a theme.less file can be placed in the
Kallithea root directory, but this is not true. The file is expected in
kallithea/front-end to take effect.

Update the documentation and .hgignore file.
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}