Files @ 1c9c3b0f21ae
Branch filter:

Location: kallithea/tox.ini - annotation

Andrew Shadura
Added tag 0.3 for changeset 9b3e9e242f5c
Added signature for changeset 9b3e9e242f5c
[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}