view tox.ini @ 5695:e0eb50f8eb15

i18n: updated translation for German Currently translated at 60.8% (683 of 1123 strings)
author Robert Rauch <mail@robertrauch.de>
date Mon, 08 Feb 2016 22:22:59 +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}