view tox.ini @ 5781:2824cb8bcc0e

docs: make 'API access for web views' less prominent - the official API should come first
author Mads Kiilerich <madski@unity3d.com>
date Wed, 23 Mar 2016 18:27:45 +0100
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}