Skip to content

Commit 62ebbff

Browse files
committed
combine release testenv
Signed-off-by: hkkim <[email protected]>
1 parent fec765e commit 62ebbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ deps =
2727
-r{toxinidir}/requirements-dev.txt
2828

2929
commands =
30-
pytest tests/test_tox.py::test_run --maxfail=1 --disable-warnings --cache-clear
30+
pytest tests/test_tox.py::test_run
3131

3232
[testenv:release]
3333
deps =
3434
-r{toxinidir}/requirements-dev.txt
3535

3636
commands =
37-
pytest tests/test_tox.py::test_release --maxfail=1 --disable-warnings
37+
pytest tests/test_tox.py::test_release
3838
python tests/cli_test.py
3939
pytest -v --flake8
4040

0 commit comments

Comments
 (0)