view tox.ini @ 7523:e3fcd747bea7 stable

i18n: updated translation for Ukrainian Currently translated at 1.2% (14 of 1136 strings)
author Максим Якимчук <xpinovo@gmail.com>
date Fri, 30 Mar 2018 20:51:01 +0000
parents 768989c595aa
children 6a83b399bb3c
line wrap: on
line source

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

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