view tox.ini @ 8863:0ce9f0754a46

diffs: drop pointless check for adding context line The length of the match was always 5.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 21 Feb 2021 23:53:59 +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}