view tox.ini @ 5928:ecc2a13a308d

pullrequests: use css for description instead of <code> and explicit styling b60e58094fb7 introduced use of <code>, but that is semantically incorrect.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 23 May 2016 18:02:33 +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}