view tox.ini @ 5295:fa8b8df51ad0

i18n: use plain strings on the english lookup side of translations Unicode strings are unnecessarily complex and do not in any of our cases add any value. It is thus better to consistently use plain strings.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 23 Jul 2015 00:52:29 +0200
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

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

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