view tox.ini @ 5247:b566aae19e21

user: fall back to username in full_name_and_username if no name set
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 23 Jun 2015 20:28:11 +0200
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

[tox]
envlist = py{26,27}-{pytest,nose}

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