view tox.ini @ 8917:017595560fc1 stable

setup: support Mercurial 5.9 for continuously improved Python 3 support
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 28 Sep 2021 14:00:08 +0200
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}