view tox.ini @ 5246:fd00b28ac7d4

user: show 'Firstname Lastname (username)' Additionally, clarify both full_name_or_username and full_name_and_username with docstrings.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 30 Jun 2015 22:13:04 +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}