view tox.ini @ 7667:ed9fea79a321

tests: better debugging of failing vcs Commands - show the actual output, not the repr
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Jan 2019 03:11:06 +0100
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

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

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