view tox.ini @ 5369:57919a0f6297

i18n: updated translation for Belarusian Currently translated at 86.5% (965 of 1115 strings)
author Viktar Palstsiuk <vipals@gmail.com>
date Tue, 28 Jul 2015 15:15:20 +0000
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}