Files @ 450a5ee5889b
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
less: we should be consistent with diffstat-ish colors

With this change, on the changeset page, the 'change counters' for the whole
changeset (in the top right corner) use the same colors as the counters for the
lines (a little bit below) and the line change highlighting.

- move .changed from kallithea.less to kallithea-diff.less
- be more generic with selectors in kallithea-diff
- remove remaining style from kallithea.less
[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}