diff --git a/tox.ini b/tox.ini index fa8d31a..7af07b8 100644 --- a/tox.ini +++ b/tox.ini @@ -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/