File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ allowlist_externals =
1414setenv =
1515 PYTHONPATH =.
1616
17+
1718[flake8]
1819max-line-length = 130
1920exclude = .tox/*
@@ -33,15 +34,11 @@ deps =
3334 -r{toxinidir}/requirements-dev.txt
3435
3536commands =
36- pytest tests/test_tox.py::test_help_command tests/test_tox.py::test_scan_command \
37- tests/test_tox.py::test_exclude_command tests/test_tox.py::test_json_command \
38- tests/test_tox.py::test_ls_test_scan3_command \
39- --maxfail =1 --disable-warnings
40-
37+ pytest tests/test_tox.py::test_release --maxfail =1 --disable-warnings
4138 python tests/cli_test.py
4239 pytest -v --flake8
4340
4441[testenv:flake8]
4542deps = flake8
4643commands =
47- pytest tests/test_tox.py::test_flake8
44+ pytest tests/test_tox.py::test_flake8
You can’t perform that action at this time.
0 commit comments