view tox.ini @ 5772:35508e2d7557

i18n: add translation for Spanish Created new translation.
author Oscar Curero <oscar@naiandei.net>
date Tue, 08 Mar 2016 09:09:50 +0000
parents 6a83b399bb3c
children b2195895bbd7
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
commands =
    pytest: py.test {posargs}