Files @ 8eebcf50fdd5
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
auth: get username as str when container auth gets username from user object

Avoid stray unicode username.
[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}