Files @ 6c659a2baa57
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
style: copy mergely.css to the location the Bootstrap port expects it

Minimize the Bootstrap diff while keeping the old references working without
having to expose the new css location directly.
[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}