Skip to content

Commit e778dfd

Browse files
committed
combine release testenv
Signed-off-by: hkkim <[email protected]>
1 parent 90feea5 commit e778dfd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tox.ini

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ allowlist_externals =
1414
setenv =
1515
PYTHONPATH=.
1616

17+
1718
[flake8]
1819
max-line-length = 130
1920
exclude = .tox/*
@@ -33,15 +34,11 @@ deps =
3334
-r{toxinidir}/requirements-dev.txt
3435

3536
commands =
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]
4542
deps = flake8
4643
commands =
47-
pytest tests/test_tox.py::test_flake8
44+
pytest tests/test_tox.py::test_flake8

0 commit comments

Comments
 (0)