view tox.ini @ 5371:3e4b65abbd0b

i18n: translation fix-ups
author Andrew Shadura <andrew@shadura.me>
date Sat, 08 Aug 2015 12:08:56 +0300
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}