view tox.ini @ 5098:6101e27a7799

i18n: added translation for Belarusian Currently translated at 80.8% (902 of 1115 strings)
author Viktar Palstsiuk <vipals@gmail.com>
date Thu, 30 Apr 2015 19:24:24 +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}