view tox.ini @ 8857:6c1a8d17b2b9

diffs: add test coverage of inline diff with other markup Add trailing whitespaces ... but also whitespace before changes (which might seem trailing but isn't).
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 17 Feb 2021 15:03:14 +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}