view tox.ini @ 5723:08ebd11b0088

graph: improve source comments
author Mads Kiilerich <madski@unity3d.com>
date Sun, 21 Feb 2016 16:36:04 +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}