Files @ 60c9b8e0c49c
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
files: line up styling of 'File too big' message

Similar messages about 'Changeset too big to display' in the changeset and
pullrequest code are wrapped in an <h4> tag.
Follow the same style when showing files or annotations.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}