view tox.ini @ 8056:59456e7a12b6

vcs: change get_diff to use _run_git_command directly This will allow run_git_command to return strings while get_diff still return raw bytes.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Dec 2019 13:23:19 +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}