view tox.ini @ 7234:0bf6ccd6f67c

setup: support Mercurial 4.5.x This requires passing an extra parameter to memctx __init__ after https://www.mercurial-scm.org/repo/hg/rev/8a0cac20a1ad .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:22:11 +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}