view tox.ini @ 5201:ea284e51ec2e

pullrequest: warn for duplication of reviewer handling with base.js
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Fri, 19 Jun 2015 15:40:27 +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}