view tox.ini @ 5229:616f9d1ab33a

i18n: undo changes undone by 148360f533a4
author Andrew Shadura <andrew@shadura.me>
date Tue, 14 Jul 2015 11:45:44 +0200
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}