view tox.ini @ 8226:103bb1129d44

ssh: use py3 os.replace
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 06 Feb 2020 03:39:22 +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}