view tox.ini @ 5899:106259896c7c

subprocess: output on stderr doesn't mean that a process failed Git sometimes does that. Threading non-determinism did that we sometimes didn't see it, and sometimes we failed.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 04 May 2016 01:18:25 +0200
parents 6a83b399bb3c
children b2195895bbd7
line wrap: on
line source

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

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