view tox.ini @ 5994:5dfe741d2b0a

js: workaround to avoid <option> tags inside <script> The naive formencode html parser would sometimes (Python 2.6?) fail with AssertionError: <option> outside of <select>
author Mads Kiilerich <madski@unity3d.com>
date Wed, 29 Jun 2016 16:52:07 +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}