Files @ 6f60bd9090b1
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
release: merge default to stable for 0.3
[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}