Files @ c69cb0647c8a
Branch filter:

Location: kallithea/tox.ini

Christian Oyarzun
templates: remove mime type column from file browser (Issue #51)
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}