view tox.ini @ 8331:d5c7930e3d5a

db: consistently use base_path from config instead of repeatedly getting from the database Avoid using the inefficient Repository.base_path ... and avoid even more the misleading Repository.repo_path .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 30 Mar 2020 16:44:10 +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}