gitea-redmine/tox.ini

18 lines
236 B
INI

[tox]
skipsdist = True
[testenv]
setenv =
INCOMING_WEBHOOK_SECRET=noop
REDMINE_URL=noop
REDMINE_API_KEY=noop
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
python-redmine
flask
pytest
pytest-mock
commands =
pytest {posargs}