Files @ 554b29ebb42e
Branch filter:

Location: kallithea/tox.ini

domruf
less: use Bootstrap default style for panel (with custom variable values)

For now, keep custom css for heading font styling and hiding the panel border.
[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}