view tox.ini @ 8832:1d3b67443aac

celery: move repo create tasks to repo model - that's where it belongs Avoid bundling everything from many different layers in one big task library. This is more feasible now when we don't need kallithea.CELERY_APP set at import time. The whole thing about model classes and instantiation is just trouble - we will get rid of that soon.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 30 Dec 2020 00:21:29 +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}