view tox.ini @ 8796:bcd18ce5de66

vcs: fix subprocessio process termination 659ecd26002c had a cut'n'paste error so it dropped process termination in the SubprocessIOChunker close method.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 20 Dec 2020 22:43:30 +0100
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}