view tox.ini @ 7670:743b7a20df3f

tests: fix utils2 extract_mentioned_usernames doctest The extra matched output seems ok.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 05 Jan 2019 16:42:07 +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}