view tox.ini @ 5034:32de32f69461

error: fix handling of errors without response Broken by 6f9dae4d39d9.
author Mads Kiilerich <madski@unity3d.com>
date Sat, 18 Apr 2015 16:48:29 +0200
parents 9c5e6984bd0e
children 5c8c77b7ca56
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}