Files @ 7918ed610324
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
meta: update CONTRIBUTORS and kallithea/templates/about.html from hg

Old content is preserved but not necessarily propagated so they remain slightly
different.

Contributors are sorted by most recent contribution, contribution history and
name.
[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}