view tox.ini @ 5967:5c549b26231a

tests: set LANG and LANGUAGE - vcs tests expect messages to be in english Some systems work fine without - especially Windows seems to need it.
author domruf <dominikruf@gmail.com>
date Mon, 02 May 2016 22:54:09 +0200
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}