Files @ 28d9e9f0ae4e
Branch filter:

Location: kallithea/tox.ini - annotation

branko
tests: add tests for c3d83238afa1 and git hook installation in general
[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}