stavrovska | 689f402 | 2024-05-20 13:16:27 +0200 | [diff] [blame^] | 1 | [tox] |
2 | minversion = 3.1 | ||||
3 | envlist=pep8 | ||||
4 | ignore_basepython_conflict = True | ||||
5 | |||||
6 | [testenv:pep8] | ||||
7 | envdir={toxworkdir}/pep8 | ||||
8 | deps = | ||||
9 | black | ||||
10 | commands = | ||||
11 | black daily_jenkins_job_report log_helper parcing_testrail_results save_jenkins_console tempest_tests_resources testrail_bot testrail_upload_suites update_testrail_xml upload2testrail_docker -l 79 --diff |