view tox.ini @ 7898:9d74cc23ea64

hg: support Mercurial 5.2 Automated and manual testing shows no problems with mercurial-5.2rc0 , and draft release notes also raise no concerns.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 27 Oct 2019 18:29:52 +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}