gitea-redmine/tox.ini

18 lines
226 B
INI
Raw Normal View History

2022-11-02 10:33:33 +01:00
[tox]
skipsdist = True
2022-11-02 10:33:33 +01:00
[testenv]
setenv =
INCOMING_WEBHOOK_SECRET=noop
REDMINE_URL=noop
REDMINE_API_KEY=noop
SETUPTOOLS_USE_DISTUTILS=stdlib
2022-11-02 10:33:33 +01:00
deps =
python-redmine
2022-11-02 10:33:33 +01:00
flask
pytest
pytest-mock
2022-11-02 10:33:33 +01:00
commands =
pytest