view tox.ini @ 8323:2b8892f92b46

docs: fix contributing.rst reference to Session.remove() (Second to) last example of Session.remove was removed in 1a409593f352.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 20 Mar 2020 20:16:43 +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}