view tox.ini @ 5027:a90dd3c49a20

db: simplify ChangesetStatus
author Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
date Mon, 02 Feb 2015 00:20:29 +0100
parents 9c5e6984bd0e
children 5c8c77b7ca56
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}