view tox.ini @ 7532:d1b07a8b2b00

hg: make `successors` property of MercurialChangeset compatible with newer versions of Mercurial.
author Manuel Jacob <me@manueljacob.de>
date Mon, 18 Feb 2019 23:58:33 +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}