view tox.ini @ 7941:496df7eb2bc2

model: use repo.set_invalidate() instead of accesssing CacheInvalidation directly Trying to contain the use of CacheInvalidation ...
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 20 Oct 2019 21:55:40 +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}