Add passenv to tox.ini
Some checks failed
Build Docker image / test (push) Failing after 2m42s
Build Docker image / build (push) Has been skipped

This commit is contained in:
Roman Krček
2024-10-14 09:33:52 +02:00
parent 21afea7f39
commit 98250acd21

View File

@@ -5,6 +5,8 @@ envlist = py311, flake8, bandit, codespell, unit, coverage
basepython = python3.11
deps = -r {toxinidir}/test-requirements.txt
-r {toxinidir}/requirements.txt
pass_env = app_env, app_id, api_hash, bot_token, \
storage, allowed_ids, log_level
[testenv:flake8]
commands = flake8 telegram_downloader_bot/