view tox.ini @ 5085:34f2da0a2969

ChangesetCommentsModel: cleanup of doc strings Docstrings that are out of date is a bug. Docstrings that doesn't add any value is thus a liability we would like to get rid of. [Changeset extracted and modified by Mads Kiilerich.]
author Jan Heylen <heyleke@gmail.com>
date Thu, 30 Apr 2015 07:05:18 +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}