view tox.ini @ 5744:2d92227f576d

tests: binary streams/files need to be opened in binary mode Without binary, the stream may be closed on EOF character http://stackoverflow.com/a/9069009/7029 .
author domruf <dominikruf@gmail.com>
date Wed, 02 Mar 2016 19:50:51 +0100
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}