Files @ a4b814804263
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
changelog: show changesets outside the selected range as semi-opaque

This makes it even more clear that 'show changeset range' is weird ...
[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}