Files @ 11affd72f64c
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
front-end: Drop lessc --relative-urls

The Fontello font paths in kallithea/public/fontello/css/kallithea.css were
adjusted by the relative urls option - instead we now hack the source.

The Bootstrap Glyph icons are not used - set their name to make it clear they
intentionally not are used.
[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}