view tox.ini @ 8700:5332c632ac3f

cli: fix db-create after removal of 'tests' argument in DbManage Broken by commit 3afc6bff84bb. [Thomas De Schampheleire: edited commit message]
author Tim Ooms <tatankat@users.noreply.github.com>
date Tue, 20 Oct 2020 15:52:53 +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}