view tox.ini @ 6756:828d18e8a892 stable

i18n: updated translation for Chinese (Traditional) Currently translated at 15.1% (171 of 1132 strings)
author mao <mao@lins.fju.edu.tw>
date Fri, 10 Mar 2017 18:26:58 +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}