view tox.ini @ 5693:460520415b67

pullrequest: linkify changesets in html notification email to reviewers Make it possible to open a given changeset immediately, instead of having to go to the pullrequest first.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sun, 07 Feb 2016 12:25:55 +0100
parents 768989c595aa
children 6a83b399bb3c
line wrap: on
line source

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

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