view tox.ini @ 5351:78907d9989d6

changeset: add precursors method for hg backend
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 29 Jul 2014 15:46:47 -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}