Files @ 5a8aa0a38e7d
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
less: rework select2 styling - make it shorter and more complete and flexible

Mainly use 'inherit' to drop select2 styling, or use variables to apply
Bootstrap styling.

Tested to work with alternative color scemes - especially using non-white
@kallithea-theme-inverse-color .
[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}