Files @ b3ddd87f214f
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
comments: extract common comment creation functionality for changesets and pullrequests

So far not big but it will grow later ...
[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}