view tox.ini @ 5347:64659280e466

graph: show obsolete changesets with an 'X'
author Sean Farley <sean.michael.farley@gmail.com>
date Wed, 09 Jul 2014 00:35:54 -0500
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}