Files @ a18445b85d40
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
release: 0.3.7
[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}