view tox.ini @ 5212:d73532748868

i18n: updated translation for Dutch (Belgium) Currently translated at 0.7% (8 of 1116 strings)
author Sam Jaques <sam.jaques@me.com>
date Thu, 28 May 2015 22:41:42 +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}