view tox.ini @ 6131:6b723a49a9a1

diff: only highlight of difference between del and add line for one-liners Comparing a single del line with the first of several add lines would often be quite arbitrary and misleading. Note: the non-gitdiff code paths in diffs.py are incomplete and unused and unusable.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 12 Aug 2016 03:13:59 +0200
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}