Files @ 054c6d98454b
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
comments: reload after some kinds of general comments - the ones that change the whole page state
[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}