Files @ 53d6a64ce4f3
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
admin: show users permissions as 'Permissions', not 'Default Permissions'
[tox]
envlist = py{26,27}-{pytest,nose}

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