Files @ 2d5f442e5abc
Branch filter:

Location: kallithea/tox.ini - annotation

Thomas De Schampheleire
files: treat messages about 'File too big' as sentences and add a dot.

Make it more easy to read:
File is too big to display Show full annotation anyway
by treating them as two sentences:
File is too big to display. Show full annotation anyway.

and likewise for regular file display.
[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}