view tox.ini @ 5492:e4ab2f2c7e0c stable

i18n: updated translation for French Currently translated at 59.6% (675 of 1132 strings)
author Étienne Gilli <etienne.gilli@gmail.com>
date Tue, 08 Sep 2015 17:59:53 +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}