Files @ f534b213bc9b
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
less: introduce @kallithea-theme-inverse-bg variable

One color is rarely suitable both as background color and as text color.

Thus, introduce an alternative to @kallithea-theme-main-color but let it
default to be the same.
[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}